This commit is contained in:
Mirco Wittrien 2023-03-19 12:20:49 +01:00
parent c6cad1fded
commit da8cc3d635
2 changed files with 3 additions and 3 deletions

View File

@ -4738,7 +4738,7 @@ module.exports = (_ => {
children: [
!this.props.noRemove ? BDFDB.ReactUtils.createElement(Internal.LibraryComponents.Clickable, {
"aria-label": BDFDB.LanguageUtils.LanguageStrings.REMOVE,
className: BDFDB.disCNS.hovercardremovebutton + BDFDB.disCNS.hovercardremovebuttondefault,
className: BDFDB.disCNS.hovercardremovebutton + BDFDB.disCN.hovercardremovebuttondefault,
onClick: e => {
if (typeof this.props.onRemove == "function") this.props.onRemove(e, this);
BDFDB.ListenerUtils.stopEvent(e);

View File

@ -604,7 +604,7 @@ img:not([src]), img[src=""], img[src="null"] {
filter: grayscale(0.2);
}
[REPLACE_CLASS_settingspanel] [REPLACE_CLASS_hovercardwrapper] {
width: calc(100% - 22px);
width: calc(100% - 32px);
}
[REPLACE_CLASS_hovercardwrapper][REPLACE_CLASS_hovercard] {
padding: 10px 0;
@ -744,7 +744,7 @@ img:not([src]), img[src=""], img[src="null"] {
display: flex;
align-items: center;
flex: 1 0 auto;
margin-right: 10px;
margin-right: 20px;
margin-left: 10px;
}
[REPLACE_CLASS_settingstableheaderoptions] {