mobile fixes

This commit is contained in:
Henry Jameson 2018-12-05 12:01:24 +03:00
parent 51cf4dc298
commit 6636c0f551
3 changed files with 10 additions and 2 deletions

View file

@ -248,6 +248,12 @@
.panel-heading {
.badge, .alert, .btn, .faint {
margin-left: 1em;
white-space: nowrap;
}
.faint {
text-overflow: ellipsis;
min-width: 2em;
overflow-x: hidden;
}
.flex-spacer {
flex: 1;