From 954d827934f477ba69084ca78ff52f17040df76e Mon Sep 17 00:00:00 2001 From: xofe <22776566+xofe@users.noreply.github.com> Date: Fri, 14 Aug 2020 07:04:51 +0000 Subject: [PATCH] Allow line breaking for long domains in popup panel --- src/css/popup.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index bdf3309..be6ccbd 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -347,10 +347,10 @@ body.tabless .needtab { text-align: left; } .matRow { - align-items: flex-start; display: flex; } .matCell { + align-items: center; box-sizing: content-box; display: inline-flex; flex-shrink: 0; @@ -374,6 +374,7 @@ body.tabless .needtab { font-weight: 100; } .paneContent .matrix .matRow > .matCell:first-child > b { + display: contents; font-weight: normal; } @@ -383,9 +384,10 @@ body.tabless .needtab { flex-grow: 1; flex-shrink: 1; justify-content: flex-end; + text-align: right; unicode-bidi: embed; width: 16em; - word-break: keep-all; + word-break: break-all; } .matrix .matGroup.g4 .matRow.ro > .matCell:first-child { direction: inherit;