mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-12-26 09:28:49 -05:00
Fix message alignment
This commit is contained in:
parent
8712c3ab5e
commit
4f86cc56d1
@ -1060,6 +1060,7 @@ button.secondary:hover:not(:disabled) {
|
||||
padding: 5px;
|
||||
border-top: 1px solid #eee;
|
||||
width: 99%;
|
||||
vertical-align: top;
|
||||
}
|
||||
.messages .message {
|
||||
font-size: 12px;
|
||||
|
@ -169,6 +169,7 @@
|
||||
padding: 5px
|
||||
border-top: 1px solid #eee
|
||||
width: 99%
|
||||
vertical-align: top
|
||||
|
||||
.message
|
||||
font-size: $font-size-small
|
||||
|
Loading…
Reference in New Issue
Block a user