Fix: Theme selector radio button not aligned in center with the text (#11676)
* Theme selector radio button aligned in center with the text * fixed alignment, align-items at correct position now --------- Co-authored-by: Manan Sadana <manan.sadana@cnhteam.onmicrosoft.com>pull/28217/head
parent
8442f1cf10
commit
8e4de798a5
|
@ -21,6 +21,7 @@ limitations under the License.
|
|||
flex-wrap: wrap;
|
||||
|
||||
> .mx_StyledRadioButton {
|
||||
align-items: center;
|
||||
padding: $font-16px;
|
||||
box-sizing: border-box;
|
||||
border-radius: 10px;
|
||||
|
|
Loading…
Reference in New Issue