Fix style issues in IE and mobiles

This commit is contained in:
yflory 2018-02-09 15:45:47 +01:00
parent ea7a3c75fa
commit 0b022af5db
2 changed files with 4 additions and 3 deletions

View File

@ -139,7 +139,7 @@
> * { > * {
width: 100%; width: 100%;
min-width: 300px; min-width: 260px;
max-width: 500px; max-width: 500px;
margin: 0 auto; margin: 0 auto;
text-align: left; text-align: left;
@ -184,7 +184,7 @@
} }
} }
.alertify-tabs-contents { .alertify-tabs-contents {
flex: 1; flex: 1 1 auto;
min-height: 0; min-height: 0;
& > div { & > div {
max-height: 100%; max-height: 100%;

View File

@ -131,6 +131,7 @@
white-space: nowrap; white-space: nowrap;
display: flex; display: flex;
flex-flow: column; flex-flow: column;
height: 100%;
.cp-toolbar-userlist-name { .cp-toolbar-userlist-name {
flex: 1; flex: 1;
overflow: hidden; overflow: hidden;
@ -759,7 +760,7 @@
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
max-width: 100%; max-width: 100%;
flex: 1; flex: 1 1 auto;
//margin-bottom: -1px; //margin-bottom: -1px;
.cp-toolbar-users { .cp-toolbar-users {
pre { pre {