mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: some adjustment for the UI of the table
This commit is contained in:
parent
704e4b9cf8
commit
e46bf15407
@ -5,7 +5,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
width: 3em;
|
width: 2.333em;
|
||||||
|
padding: 4px;
|
||||||
@include breakpoint(mobile-extra-large) {
|
@include breakpoint(mobile-extra-large) {
|
||||||
width: 2em;
|
width: 2em;
|
||||||
}
|
}
|
||||||
@ -18,6 +19,7 @@
|
|||||||
margin: 0 0.667em;
|
margin: 0 0.667em;
|
||||||
td {
|
td {
|
||||||
padding: 0.5em 0.5em 0.5em 0;
|
padding: 0.5em 0.5em 0.5em 0;
|
||||||
|
min-width: 10em;
|
||||||
@include breakpoint(mobile, min-width) {
|
@include breakpoint(mobile, min-width) {
|
||||||
min-width: 15em;
|
min-width: 15em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user