Skip to content

Commit d5fff38

Browse files
committed
Find widget: Error box looks strange (fixes #2448)
1 parent 221f249 commit d5fff38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vs/editor/contrib/find/browser/findWidget.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
119119
display: inline-block;
120120
margin: 0 1px 0 3px;
121121
padding: 2px 2px 0 2px;
122-
position: relative;
123122
min-width: 69px;
124-
top: 1px;
125-
height: 23px;
123+
height: 25px;
124+
vertical-align: middle;
125+
box-sizing: border-box;
126126
text-align: center;
127127
}
128128

0 commit comments

Comments
 (0)