mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Fix warning image overflow in space hierarchy (#7686)
This commit is contained in:
parent
9ffc141350
commit
3e1a5f7021
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue