Aligned labels with switches for Labs flags (#7232)

pull/21833/head
Ankur 2021-12-03 14:46:37 +05:30 committed by GitHub
parent fe7f453b1f
commit 4752cc184e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,13 @@ limitations under the License.
.mx_SettingsFlag { .mx_SettingsFlag {
margin-right: 0; // remove right margin to align with beta cards margin-right: 0; // remove right margin to align with beta cards
display: flex;
align-items: center;
justify-content: space-between;
.mx_ToggleSwitch {
float: unset;
}
} }
} }
} }