Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 4f5d874

Browse files
committed
client: Use a multiple column layout for the MIME type listing
1 parent 611fb90 commit 4f5d874

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/public/stylesheets/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,6 +1199,10 @@ button.close:hover {
11991199
flex-grow: 0 !important;
12001200
}
12011201

1202+
.options-mime-types {
1203+
column-width: 250px;
1204+
}
1205+
12021206
textarea {
12031207
cursor: auto;
12041208
}
@@ -1232,4 +1236,5 @@ textarea {
12321236

12331237
.jump-to-note-results .aa-suggestions {
12341238
padding: 1rem;
1235-
}
1239+
}
1240+

0 commit comments

Comments
 (0)