Skip to content
Snippets Groups Projects
Commit 37538478 authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu
Browse files

ROENROLL-1466 IE fixes part 3: The search for sanity

parent e972ecd6
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,9 @@
"tsConfig": "src/tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"src/styles.css",
"src/assets/material-theme.scss",
"src/assets/sass/general.scss",
"src/styles.css",
"src/assets/fonts/material-icons/material-icons.css"
],
"scripts": [
......
@import 'assets/material-theme.scss';
.term-container {
height: 400px;
height: 550px;
display: flex;
flex-direction: column;
background-color: #eef1f3;
......@@ -25,7 +25,6 @@
}
// Fixes for IE11 ugh.
.mat-tab-body-wrapper,
.mat-tab-group {
height: 100%;
}
......
/* You can add global styles to this file, and also import other style files */
\ No newline at end of file
/* You can add global styles to this file, and also import other style files */
/* Fix for IE11 */
.mat-tab-body-wrapper {
flex-grow: 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment