We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 740203b + 7b88f75 commit 6c108f8Copy full SHA for 6c108f8
client/styles/components/_keyboard-shortcuts.scss
@@ -4,7 +4,7 @@
4
padding: #{math.div(20, $base-font-size)}rem;
5
margin-right: #{math.div(20, $base-font-size)}rem;
6
padding-bottom: #{math.div(40, $base-font-size)}rem;
7
- width: #{math.div(450, $base-font-size)}rem;
+ max-width: 100%;
8
overflow-y: auto;
9
}
10
@@ -26,6 +26,7 @@
26
text-align: right;
27
margin-right: #{math.div(10, $base-font-size)}rem;
28
padding: #{math.div(3, $base-font-size)}rem;
29
+ min-inline-size: max-content;
30
@include themify {
31
border: 1px solid getThemifyVariable("button-border-color");
32
border-radius: 3px;
0 commit comments