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

ROENROLL-1991 accordion Edge fix

parent 49b7b711
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,13 @@ $black: #000000;
// 'Courier', monospace;
}
// Fix for Edge and fixed height accordions
mat-expansion-panel {
mat-expansion-panel-header {
height: auto !important;
}
}
.mat-expansion-panel {
box-shadow: none;
}
......
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