mirror of
https://github.com/moparisthebest/kaiwa
synced 2025-01-13 14:48:09 -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;
|
padding: 5px;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
.messages .message {
|
.messages .message {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -169,6 +169,7 @@
|
|||||||
padding: 5px
|
padding: 5px
|
||||||
border-top: 1px solid #eee
|
border-top: 1px solid #eee
|
||||||
width: 99%
|
width: 99%
|
||||||
|
vertical-align: top
|
||||||
|
|
||||||
.message
|
.message
|
||||||
font-size: $font-size-small
|
font-size: $font-size-small
|
||||||
|
Loading…
Reference in New Issue
Block a user