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 97897d2 commit 2ad5ff7Copy full SHA for 2ad5ff7
packages/sui-studio/src/components/layout/_style.scss
@@ -34,7 +34,7 @@
34
font-size: 12px;
35
outline: none;
36
padding: 8px;
37
- width: calc(100% #{-2 * 8px});
+ width: calc(100% - #{2 * 8px});
38
height: $h-search-input;
39
&:focus {
40
background-color: $c-surface;
0 commit comments