We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd90d15 commit a9c11d8Copy full SHA for a9c11d8
client/styles/components/_keyboard-shortcuts.scss
@@ -2,7 +2,7 @@
2
padding: #{20 / $base-font-size}rem;
3
margin-right: #{20 / $base-font-size}rem;
4
padding-bottom: #{40 / $base-font-size}rem;
5
- width: #{450 / $base-font-size}rem;
+ width: 100%;
6
overflow-y: auto;
7
}
8
@@ -24,6 +24,7 @@
24
text-align: right;
25
margin-right: #{10 / $base-font-size}rem;
26
padding: #{3 / $base-font-size}rem;
27
+ min-inline-size: max-content;
28
@include themify {
29
border: 1px solid getThemifyVariable("button-border-color");
30
border-radius: 3px;
0 commit comments