Skip to content

Commit

Permalink
Merge pull request processing#2932 from Ri-Sharma/Issue#2866
Browse files Browse the repository at this point in the history
Fix : [processing#2866] Change width to 100%
  • Loading branch information
raclim authored Mar 29, 2024
2 parents 740203b + 7b88f75 commit 6c108f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/styles/components/_keyboard-shortcuts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
padding: #{math.div(20, $base-font-size)}rem;
margin-right: #{math.div(20, $base-font-size)}rem;
padding-bottom: #{math.div(40, $base-font-size)}rem;
width: #{math.div(450, $base-font-size)}rem;
max-width: 100%;
overflow-y: auto;
}

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

0 comments on commit 6c108f8

Please sign in to comment.