diff --git a/core/style.css b/core/style.css index 43f808d..29aa75b 100644 --- a/core/style.css +++ b/core/style.css @@ -1812,6 +1812,14 @@ body > ._weditdialog { border: var(--primary-container-border); } +body > ._weditdialog .titlerow { + display: flex; +} + +body > ._weditdialog .titlerow b.name { + flex-grow: 1; +} + /* AD STYLING */ .adbanner img { max-width: 100%;