Fixed compatibility with Bootstrap.

This commit is contained in:
Stefan Bohacek 2024-05-17 09:14:50 -04:00
parent 1b477cb541
commit 306337af3e
No known key found for this signature in database
GPG key ID: FC75CD588A42BC10
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@
border-bottom-right-radius: 0;
}
.fsb-input {
input.fsb-input {
box-sizing: border-box;
margin: 0;
font-family: inherit;
@ -77,7 +77,7 @@
border-bottom-left-radius: 0;
}
.fsb-button {
button.fsb-button {
box-sizing: border-box;
margin: 0;
display: inline-block;