Browse Source

fix: Button text wrapping

Owen Diffey 3 years ago
parent
commit
b932a02dfc
1 changed files with 1 additions and 0 deletions
  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 {