Skip to content

Commit

Permalink
Disable text wrapping on convert to bitmap/vector button
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 11, 2024
1 parent 46ca60f commit a8dc9b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/paint-editor/paint-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,5 @@ $border-radius: 0.25rem;

.button-text {
width: 100%; /* Fixes button text wrapping in Edge */
white-space: nowrap;
}

0 comments on commit a8dc9b9

Please sign in to comment.