File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
core/src/components/checkbox Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 152152 */
153153:host (.checkbox-label-placement-end ) .checkbox-wrapper {
154154 flex-direction : row-reverse ;
155+
156+ justify-content : start ;
155157}
156158
157159// Label Placement - Fixed
177179 */
178180:host (.checkbox-label-placement-stacked ) .checkbox-wrapper {
179181 flex-direction : column ;
180-
181- text-align : center ;
182182}
183183
184184:host (.checkbox-label-placement-stacked.checkbox-alignment-start ) .label-text-wrapper {
Original file line number Diff line number Diff line change @@ -128,6 +128,10 @@ input {
128128// Label Placement - Stacked
129129// ----------------------------------------------------------------
130130
131+ :host (.checkbox-label-placement-stacked ) .checkbox-wrapper {
132+ text-align : center ;
133+ }
134+
131135:host (.checkbox-label-placement-stacked ) .label-text-wrapper {
132136 @include transform (scale (#{$form-control-label-stacked-scale } ));
133137
You can’t perform that action at this time.
0 commit comments