Fix warning image overflow in space hierarchy (#7686)
parent
9ffc141350
commit
3e1a5f7021
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue