mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 01:41:22 +00:00
(fix) Alignment in bottomSheet
This commit is contained in:
@@ -8,15 +8,10 @@ md-bottom-sheet.md-default-theme {
|
||||
}
|
||||
|
||||
md-bottom-sheet {
|
||||
&.md-list {
|
||||
md-list-item {
|
||||
.md-list-item-content {
|
||||
flex-direction: row; // fix for md bug
|
||||
flex-grow: 1;
|
||||
md-icon {
|
||||
margin-right: $bottom-sheet-icon-after-margin;
|
||||
}
|
||||
}
|
||||
md-list-item {
|
||||
md-icon {
|
||||
margin-right: $bottom-sheet-icon-after-margin;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user