Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 3e1a5f7

Browse files
authored
Fix warning image overflow in space hierarchy (#7686)
1 parent 9ffc141 commit 3e1a5f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/structures/_SpaceHierarchy.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ limitations under the License.
8484
width: 16px;
8585
left: 0;
8686
background-image: url("$(res)/img/element-icons/warning-badge.svg");
87+
background-size: cover;
88+
background-repeat: no-repeat;
8789
}
8890
}
8991

0 commit comments

Comments
 (0)