瀏覽代碼

fix: Tab selector text can wrap to next line

Owen Diffey 3 年之前
父節點
當前提交
be94a48a41
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      frontend/src/App.vue

+ 8 - 0
frontend/src/App.vue

@@ -1152,6 +1152,14 @@ button.delete:focus {
 	padding-right: 6px !important;
 }
 
+#tab-selection,
+.tab-selection {
+	overflow-x: auto;
+	.button {
+		white-space: nowrap;
+	}
+}
+
 .button {
 	border: 1px solid var(--light-grey-2);
 	background-color: var(--white);