Skip to content

Commit b77f693

Browse files
committed
feat: unset unsub button width
1 parent 0ea3c3b commit b77f693

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/assets/customTheme.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ aside {
203203

204204
}
205205

206-
.unset-width {
206+
.unset-width,
207+
button[type=submit].unset-width,
208+
input:not([type=checkbox], [type=radio]).unset-width,
209+
select.unset-width,
210+
textarea.unset-width {
207211
width: unset;
208212
}

0 commit comments

Comments
 (0)