ソースを参照

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 {