Fix: align text to left in pre
This commit is contained in:
parent
d02984ee2a
commit
79a7a218c4
|
@ -41,6 +41,10 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
#message-box.center #message-box-contents pre {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#message-box.center > div {
|
||||
top: unset;
|
||||
right: unset;
|
||||
|
|
Loading…
Reference in New Issue
Block a user