Skip to content

Commit 9323f74

Browse files
committed
css fixes for IE
1 parent 34231df commit 9323f74

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

quick-start/src/main/ui/app/dashboard/dashboard.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $light: unquote("rgb(#{$palette-datahub-A100})");
55

66
.section-header {
77
width: 100%;
8+
flex: none;
89
}
910

1011
.section-title {
@@ -17,6 +18,7 @@ $light: unquote("rgb(#{$palette-datahub-A100})");
1718

1819
.databases {
1920
background-color: $light;
21+
flex: none;
2022
}
2123

2224
.info-card {

quick-start/src/main/ui/app/entities/entities.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ $header-height: 48px;
138138
}
139139

140140
.mdl-list__item .mdl-list__item-primary-content {
141+
overflow: hidden;
141142
i {
142143
margin-right: 10px;
143144
}

quick-start/src/main/ui/app/login/login.style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ h3 {
6969
}
7070

7171
.install-status {
72+
flex: none;
7273
overflow: auto;
7374
height: 500px;
7475
width: 90%;

0 commit comments

Comments
 (0)