Procházet zdrojové kódy

fix: Button text wrapping

Owen Diffey před 3 roky
rodič
revize
b932a02dfc
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 {