This commit is contained in:
Mirco Wittrien 2020-07-01 15:46:18 +02:00
parent 04518bb9af
commit 7b5ec41120
2 changed files with 7 additions and 1 deletions

View File

@ -8913,6 +8913,12 @@
${BDFDB.dotCN.hovercardwrapper} {
position: relative;
}
${BDFDB.dotCN.hovercardwrapper + BDFDB.dotCN.hovercard} {
padding: 0 10px;
}
${BDFDB.dotCN.hovercardwrapper + BDFDB.dotCN.hovercard} > * {
z-index: 1;
}
${BDFDB.dotCNC.hovercardwrapper + BDFDB.dotCN.hovercardinner} {
min-height: 28px;
}

File diff suppressed because one or more lines are too long