Fix warning image overflow in space hierarchy (#7686)

pull/21833/head
Ajay Bura 2022-02-01 10:21:58 +05:30 committed by GitHub
parent 9ffc141350
commit 3e1a5f7021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ limitations under the License.
width: 16px;
left: 0;
background-image: url("$(res)/img/element-icons/warning-badge.svg");
background-size: cover;
background-repeat: no-repeat;
}
}