web: fix CodeMirror styles missing for SAML Source/Provider

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-20 15:59:10 +01:00
parent 972972a4d9
commit b6087c0f10
4 changed files with 6 additions and 4 deletions

View File

@ -17,7 +17,6 @@ export class Tabs extends LitElement {
static get styles(): CSSResult[] {
return [PFGlobal, PFTabs, AKGlobal, css`
::slotted(*) {
height: 100%;
flex-grow: 2;
}
:host([vertical]) {