Skip to content

Commit bd408a6

Browse files
simonwclaude
andauthored
Fix copy button width on mobile by scoping 100% width to button-group only (#179)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7ebd2a1 commit bd408a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickjs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
.button-group {
188188
flex-direction: column;
189189
}
190-
button {
190+
.button-group button {
191191
width: 100%;
192192
}
193193
}

0 commit comments

Comments
 (0)