mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 00:49:35 +08:00
mobile th padding was too broad
This commit is contained in:
parent
e7e64998a3
commit
4997ede16c
@ -76,7 +76,7 @@
|
||||
|
||||
th,
|
||||
td {
|
||||
padding: 10px 0 0;
|
||||
padding: 7px 0;
|
||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||
max-width: 300px;
|
||||
}
|
||||
@ -140,6 +140,10 @@
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 10px 0 0;
|
||||
}
|
||||
|
||||
td:first-of-type {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user