Fix Content-Wrapper CSS

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Jonas Rittershofer 2020-05-25 20:05:53 +02:00
parent 130bb771de
commit 5894f7853b
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#contact-details {
$grid-column-gap: 20px;
$grid-column-width: 350px;
flex: 1 1 524px;
// header
header {
display: flex;

View File

@ -37,6 +37,10 @@ $grid-input-height-with-margin: $grid-height-unit - $grid-input-margin * 2;
}
}
#app-content-wrapper {
display: flex;
}
// components
@import 'SettingsSection';
@import 'Settings/SettingsAddressbook';