Browse Source

fix: Button text wrapping

Owen Diffey 3 năm trước cách đây
mục cha
commit
b932a02dfc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {