mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Fix broken layout of the space hierarchy view
Not sure what this min-height was trying to achieve but removing it prevents the grid layout collapsing on itself
This commit is contained in:
parent
80bf7d1675
commit
0c79aec19d
1 changed files with 0 additions and 1 deletions
|
@ -190,7 +190,6 @@ limitations under the License.
|
|||
position: relative;
|
||||
padding: 8px 16px;
|
||||
border-radius: 8px;
|
||||
min-height: 56px;
|
||||
box-sizing: border-box;
|
||||
|
||||
display: grid;
|
||||
|
|
Loading…
Reference in a new issue