Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 038f3ed

Browse files
clshortfusekara
authored andcommitted
feat(toolbar): add CSS rules for checkbox support (#9799)
Checkboxes should center vertically when inside a toolbar * Inherit margins from parent as in h1, h2, and h3 Fixes #9500
1 parent ec318e7 commit 038f3ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/toolbar/toolbar.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ md-toolbar {
115115
display: flex;
116116
align-items: center;
117117
}
118+
md-checkbox {
119+
margin: inherit;
120+
}
118121
.md-button {
119122
margin-top: 0;
120123
margin-bottom: 0;

0 commit comments

Comments
 (0)