Skip to content

Commit

Permalink
cinnamon theme: fix expo-workspaces-name-entry (#12171)
Browse files Browse the repository at this point in the history
* cinnamon theme: fix expo-workspaces-name-entry

* add min width
  • Loading branch information
fredcw committed May 16, 2024
1 parent bc777c4 commit 355e459
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/theme/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -2009,10 +2009,9 @@ StScrollBar StButton#vhandle:hover {
selected-color: black;
caret-color: rgb(128, 128, 128);
caret-size: 1px;
width: 250px;
height: 1em;
min-width: 80px;
height: 1.4em;
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.6);
text-align: center;
}

.expo-workspaces-name-entry#selected {
Expand Down

0 comments on commit 355e459

Please sign in to comment.