mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Settings:TabBar: Fix text wrap style (#14348)
* TabBar: fix text wrap style * TabBar: adjust icon alignment
This commit is contained in:
parent
af963d7f7b
commit
582f6168f9
@ -38,7 +38,6 @@
|
|||||||
&__content {
|
&__content {
|
||||||
padding: 12px 18px;
|
padding: 12px 18px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
@ -64,8 +63,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__icon {
|
&__icon {
|
||||||
margin-inline-end: 16px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin-inline-end: 16px;
|
||||||
|
flex: 0 0 18px;
|
||||||
|
|
||||||
|
@media screen and (min-width: $break-large) {
|
||||||
|
flex: 0 0 14px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user