Skip to content

Commit 2ad5ff7

Browse files
committed
fix(packages/sui-studio): wrong spacing
1 parent 97897d2 commit 2ad5ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sui-studio/src/components/layout/_style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
font-size: 12px;
3535
outline: none;
3636
padding: 8px;
37-
width: calc(100% #{-2 * 8px});
37+
width: calc(100% - #{2 * 8px});
3838
height: $h-search-input;
3939
&:focus {
4040
background-color: $c-surface;

0 commit comments

Comments
 (0)