Fix small UI issues with the new colortheme

This commit is contained in:
yflory
2018-04-16 15:46:19 +02:00
parent ec0fc85b9f
commit e2b9cf1c40
4 changed files with 8 additions and 2 deletions

View File

@@ -103,7 +103,7 @@
display: flex;
flex-flow: column;
align-items: center;
flex: 1;
flex: 1 0 auto;
& > div {
width: 400px;
max-width: 100%;
@@ -191,7 +191,7 @@
}
div.cp-creation-template {
width: 100%;
flex: 1;
flex: 1 0 auto;
}
.cp-creation-template-container {
width: 100%;