Skip to content

Commit a358a16

Browse files
committed
1 parent 0ca4ce2 commit a358a16

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/vs/editor/contrib/suggest/media/suggest.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@
110110

111111
.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > .header > .close {
112112
background-image: url('./close-light.svg');
113-
float: right;
113+
position: absolute;
114+
top: 0px;
115+
right: 0px;
114116
margin-right: 5px;
115117
}
116118

@@ -251,7 +253,7 @@
251253
text-overflow: ellipsis;
252254
opacity: 0.7;
253255
word-break: break-all;
254-
margin: 0;
256+
margin: 0px 24px 0 0;
255257
padding: 4px 0 12px 5px;
256258
}
257259

0 commit comments

Comments
 (0)