mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
'added nowrap to .flexible th - MDL-8419'
This commit is contained in:
parent
6022c4f560
commit
b4a1317475
@ -294,6 +294,11 @@ table.formtable tbody .htmlarea th
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.flexible th
|
||||
{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.paging {
|
||||
text-align: center;
|
||||
margin: 10px 0 10px 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user