limit note's width in options

This commit is contained in:
tophf 2020-10-18 11:40:45 +03:00
parent 1d1d75d2ac
commit 7605bfe10b

View File

@ -346,7 +346,7 @@ html:not(.firefox):not(.opera) #updates {
}
#message-box.note > div {
max-width: calc(100% - 5rem);
max-width: 40em;
top: unset;
right: unset;
position: relative;