🐛 fix width of page selection for export

This commit is contained in:
TC
2026-06-10 22:51:47 +10:00
parent aab2155dc4
commit 25e57c7863

View File

@@ -42,7 +42,7 @@
} }
.export-page-input { .export-page-input {
width: 80px; width: 80px !important;
flex: none; flex: none;
} }