Forráskód Böngészése

fix: Button text wrapping

Owen Diffey 3 éve
szülő
commit
b932a02dfc
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 {