mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 14:19:49 +08:00
odd flexbox side-effect, need CSS width here
This commit is contained in:
parent
a60d449f4c
commit
652eb5b3e3
|
@ -282,6 +282,7 @@ table.md-table {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: lighten($primary, 50%);
|
color: lighten($primary, 50%);
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
.custom-message {
|
.custom-message {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user