Skip to content

Commit

Permalink
Fix input group style
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Dec 4, 2024
1 parent feb93f8 commit 3c66773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
.rwmb-input-group input {
margin: 0;
}
.rwmb-input-group :not(:first-child) {
.rwmb-input-group.rwmb-input-group.rwmb-input-group :not(:first-child) {
margin-left: -1px;
}

0 comments on commit 3c66773

Please sign in to comment.