Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 33fda58

Browse files
committed
adding the keyboard shortcut link to the tools list
1 parent 32ad6a4 commit 33fda58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/styleguide/css/styleguide.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
right: 0;
220220
z-index: 2; }
221221
.sg-controls .sg-acc-panel.active {
222-
max-height: 19em; }
222+
max-height: 21em; }
223223
.sg-controls .sg-nav-phases .sg-acc-panel {
224224
min-width: 0; }
225225
.sg-controls .sg-nav-phases .sg-acc-panel.active {

public/styleguide/css/styleguide.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ $animate-quick: 0.2s;
317317
z-index: 2;
318318

319319
.sg-acc-panel.active {
320-
max-height: 19em;
320+
max-height: 21em;
321321
}
322322

323323
.sg-nav-phases .sg-acc-panel {

0 commit comments

Comments
 (0)