mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
css: Reorder settings.scss to put .table next to each other.
This commit is contained in:
@@ -165,6 +165,10 @@ h3 .fa-question-circle-o {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.table tbody {
|
||||
border-bottom: 1px solid hsl(0, 0%, 87%);
|
||||
}
|
||||
|
||||
.table.table-condensed.table-striped {
|
||||
margin: 0px;
|
||||
}
|
||||
@@ -176,10 +180,6 @@ h3 .fa-question-circle-o {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.table tbody {
|
||||
border-bottom: 1px solid hsl(0, 0%, 87%);
|
||||
}
|
||||
|
||||
.table-condensed td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user