Selaa lähdekoodia

fix: Button text wrapping

Owen Diffey 3 vuotta sitten
vanhempi
commit
b932a02dfc
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      frontend/src/App.vue

+ 1 - 0
frontend/src/App.vue

@@ -1212,6 +1212,7 @@ button.delete:focus {
 	justify-content: center;
 	cursor: pointer;
 	user-select: none;
+	white-space: nowrap;
 
 	&:hover,
 	&:focus {