Skip to content

Commit beaa100

Browse files
Merge pull request #175 from firebase/fixboxsizing
Fix box-sizing on form actions
2 parents 704a5e1 + d6e9975 commit beaa100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stylesheet/firebase-ui.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
}
4747

4848
.firebaseui-card-actions {
49+
box-sizing: border-box;
4950
display: table;
5051
font-size: 14px;
5152
padding: 8px 24px 24px 24px;

0 commit comments

Comments
 (0)