Fixed buttons on top of each other, fixes #1488

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2015-02-08 12:01:05 +01:00
parent 36780d53c2
commit d213d65a24
2 changed files with 5 additions and 1 deletions

View File

@@ -1449,3 +1449,7 @@ table thead th.tablesorter-headerDesc {
.notes_block {
display: none;
}
.nolbr {
white-space: nowrap;
}