Преглед на файлове

fix: Button text wrapping

Owen Diffey преди 3 години
родител
ревизия
b932a02dfc
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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 {