Skip to content

Commit

Permalink
fix #141366. Safari does not respect input::placeholder rules, set li…
Browse files Browse the repository at this point in the history
…ne height explicitly.
  • Loading branch information
rebornix committed Jan 26, 2022
1 parent 14732d4 commit e3e6ac4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,8 @@
.simple-fr-find-part .find-filter-button > .monaco-action-bar .action-label.notebook-filters {
padding: 2px;
}

.monaco-workbench .simple-fr-find-part .monaco-inputbox > .ibwrapper > .input,
.monaco-workbench .simple-fr-replace-part .monaco-inputbox > .ibwrapper > .input {
height: 24px;
}

0 comments on commit e3e6ac4

Please sign in to comment.