Skip to content

Commit 5828c16

Browse files
authored
Update fast-search-card.js
1 parent 021e1d6 commit 5828c16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist/fast-search-card.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,7 @@ class FastSearchCard extends HTMLElement {
26722672

26732673

26742674
.shortcuts-container {
2675-
padding: 20px;
2675+
padding: 0px 0px 0px 20px;
26762676
height: 100%;
26772677
display: flex;
26782678
flex-direction: column;
@@ -2788,6 +2788,7 @@ class FastSearchCard extends HTMLElement {
27882788
.shortcuts-container {
27892789
height: calc(100vh - 400px);
27902790
max-height: 400px;
2791+
padding: 20px;
27912792
}
27922793

27932794
.shortcuts-header {

0 commit comments

Comments
 (0)