Skip to content

Commit 193dce5

Browse files
committed
add nowrap for admin table header
1 parent 7b9ec74 commit 193dce5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/css/admin.css

+4
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@
4242
.admin .ui.table.segment {
4343
overflow-x: auto; /* if the screen width is small, many wide tables (eg: user list) need scroll bars */
4444
}
45+
46+
.admin .table th {
47+
white-space: nowrap;
48+
}

0 commit comments

Comments
 (0)