Allow line breaking for long domains in popup panel

pull/2/head
xofe 4 years ago
parent e7899435fe
commit 954d827934

@ -347,10 +347,10 @@ body.tabless .needtab {
text-align: left; text-align: left;
} }
.matRow { .matRow {
align-items: flex-start;
display: flex; display: flex;
} }
.matCell { .matCell {
align-items: center;
box-sizing: content-box; box-sizing: content-box;
display: inline-flex; display: inline-flex;
flex-shrink: 0; flex-shrink: 0;
@ -374,6 +374,7 @@ body.tabless .needtab {
font-weight: 100; font-weight: 100;
} }
.paneContent .matrix .matRow > .matCell:first-child > b { .paneContent .matrix .matRow > .matCell:first-child > b {
display: contents;
font-weight: normal; font-weight: normal;
} }
@ -383,9 +384,10 @@ body.tabless .needtab {
flex-grow: 1; flex-grow: 1;
flex-shrink: 1; flex-shrink: 1;
justify-content: flex-end; justify-content: flex-end;
text-align: right;
unicode-bidi: embed; unicode-bidi: embed;
width: 16em; width: 16em;
word-break: keep-all; word-break: break-all;
} }
.matrix .matGroup.g4 .matRow.ro > .matCell:first-child { .matrix .matGroup.g4 .matRow.ro > .matCell:first-child {
direction: inherit; direction: inherit;

Loading…
Cancel
Save