fix(ribbon): links in inherited attributes not visible

This commit is contained in:
Elian Doran
2025-12-12 21:48:11 +02:00
parent 5d438a877b
commit 45927053f3

View File

@@ -355,6 +355,10 @@ body[dir=rtl] .attribute-list-editor {
max-height: 200px;
overflow: auto;
padding: 14px 12px 13px 12px;
a.reference-link {
text-decoration: underline;
}
}
/* #endregion */