Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 9db08c1

Browse files
committed
fix: popover margins
This is not clean fix, the issue happens because text is long, it need to be reformatted.
1 parent 85603f0 commit 9db08c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/ui/option_row.blp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Popover warning-popover {
5151
Label warning-label {
5252
margin-top: 10;
5353
margin-bottom: 10;
54-
max-width-chars: 50;
54+
max-width-chars: 60;
5555
wrap: true;
5656
justify: center;
5757
}
@@ -62,7 +62,7 @@ Popover explanation-popover {
6262
Label explanation-label {
6363
margin-top: 10;
6464
margin-bottom: 10;
65-
max-width-chars: 50;
65+
max-width-chars: 60;
6666
wrap: true;
6767
justify: center;
6868
}

0 commit comments

Comments
 (0)