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

Fix: Theme selector radio button not aligned in center with the text #11676

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions res/css/views/settings/_ThemeChoicePanel.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ limitations under the License.
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;

> .mx_StyledRadioButton {
padding: $font-16px;
Expand Down