Skip to content

Commit b9d696a

Browse files
authored
fix: align popover tabs into 1 line (#2903)
1 parent 8c220fc commit b9d696a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/uhk-web/src/styles/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $tooltip-padding-y: math.div($spacer, 4);
3131
$tooltip-padding-x: math.div($spacer, 2);
3232

3333
$popover-font-size: $font-size-base;
34-
$popover-max-width: 700px;
34+
$popover-max-width: 725px;
3535

3636
$btn-focus-width: 0;
3737

0 commit comments

Comments
 (0)