mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
Fix #44496 -
The li parent of the action item is getting 4 extra px from somewhere
This commit is contained in:
parent
af8430475f
commit
eb551fda39
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@
|
|||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.search-view .search-widget .replace-container .monaco-action-bar {
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.search-view .search-widget .replace-container .monaco-action-bar .action-item .icon {
|
||||
background-repeat: no-repeat;
|
||||
width: 20px;
|
||||
|
|
Loading…
Reference in a new issue