Add new line in settings label (#7451)
This commit is contained in:
parent
b6c2b5c995
commit
f4a94f6e7f
2 changed files with 4 additions and 3 deletions
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
.mx_SettingsFlag {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
|
||||
|
@ -33,6 +33,7 @@ limitations under the License.
|
|||
font-size: $font-14px;
|
||||
color: $primary-content;
|
||||
padding-right: 10px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.mx_SettingsFlag_microcopy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue