فهرست منبع

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);