mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Fix for ChildList View Properties link width
Fix for ChildList View Properties link width
This commit is contained in:
parent
5e213fa038
commit
f66118a437
1 changed files with 7 additions and 0 deletions
|
@ -143,6 +143,13 @@ span.tileCreateChildEntityAssistant-avatar:hover {
|
|||
border: 2px solid #7fdb98;
|
||||
}
|
||||
|
||||
span.viewChildProperties {
|
||||
width: 100%;
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
font.iconCreateChildEntityAssistant {
|
||||
font-family: HiFi-Glyphs;
|
||||
font-size: 50px;
|
||||
|
|
Loading…
Reference in a new issue