Skip to content

Commit 62a3c9d

Browse files
Fix box-sizing on form actions
Fixes #174
1 parent 704a5e1 commit 62a3c9d

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)