Skip to content

Commit 6c108f8

Browse files
authored
Merge pull request #2932 from Ri-Sharma/Issue#2866
Fix : [#2866] Change width to 100%
2 parents 740203b + 7b88f75 commit 6c108f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/styles/components/_keyboard-shortcuts.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
padding: #{math.div(20, $base-font-size)}rem;
55
margin-right: #{math.div(20, $base-font-size)}rem;
66
padding-bottom: #{math.div(40, $base-font-size)}rem;
7-
width: #{math.div(450, $base-font-size)}rem;
7+
max-width: 100%;
88
overflow-y: auto;
99
}
1010

@@ -26,6 +26,7 @@
2626
text-align: right;
2727
margin-right: #{math.div(10, $base-font-size)}rem;
2828
padding: #{math.div(3, $base-font-size)}rem;
29+
min-inline-size: max-content;
2930
@include themify {
3031
border: 1px solid getThemifyVariable("button-border-color");
3132
border-radius: 3px;

0 commit comments

Comments
 (0)