Skip to content

Commit c9f152b

Browse files
committed
round up the width, set too 601 for no reason (:
1 parent 8d3c1eb commit c9f152b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/consents-settings/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
.consentsPopup {
7-
width: 601px;
7+
width: 600px;
88
max-width: 94vw;
99
border: 1px solid var(--euiColorPrimary) !important;
1010
max-height: calc(100vh - 60px) !important;

0 commit comments

Comments
 (0)