limit note's width in options
This commit is contained in:
parent
1d1d75d2ac
commit
7605bfe10b
|
@ -346,7 +346,7 @@ html:not(.firefox):not(.opera) #updates {
|
||||||
}
|
}
|
||||||
|
|
||||||
#message-box.note > div {
|
#message-box.note > div {
|
||||||
max-width: calc(100% - 5rem);
|
max-width: 40em;
|
||||||
top: unset;
|
top: unset;
|
||||||
right: unset;
|
right: unset;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user