Skip to content

Commit

Permalink
Don't cover input field with file preference browse button (eclipse-t…
Browse files Browse the repository at this point in the history
…heia#12586)

The button is now next to the input field instead of on top of it, and thus the button does not cover the end of the input field for long paths.

Fixes eclipse-theia#12582. 

Signed-off-by: William Pearson <w.pearson@samsung.com>
  • Loading branch information
w-pearson committed Jul 3, 2023
1 parent 21fa2ec commit 828b899
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/preferences/src/browser/style/preference-file.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
}

.theia-settings-container .preference-file-button {
position: absolute;
padding: 2px 9px;
right: 4px;
margin-left: 0px;
height: calc(var(--theia-content-line-height) + 4px);
}

0 comments on commit 828b899

Please sign in to comment.