Skip to content

Commit a9c11d8

Browse files
committed
Fix : [#2866] Change width to 100%
1 parent cd90d15 commit a9c11d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/styles/components/_keyboard-shortcuts.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
padding: #{20 / $base-font-size}rem;
33
margin-right: #{20 / $base-font-size}rem;
44
padding-bottom: #{40 / $base-font-size}rem;
5-
width: #{450 / $base-font-size}rem;
5+
width: 100%;
66
overflow-y: auto;
77
}
88

@@ -24,6 +24,7 @@
2424
text-align: right;
2525
margin-right: #{10 / $base-font-size}rem;
2626
padding: #{3 / $base-font-size}rem;
27+
min-inline-size: max-content;
2728
@include themify {
2829
border: 1px solid getThemifyVariable("button-border-color");
2930
border-radius: 3px;

0 commit comments

Comments
 (0)