mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix layout of entity list window
This commit is contained in:
parent
3ff44964b5
commit
0242e0efcf
1 changed files with 1 additions and 3 deletions
|
|
@ -99,7 +99,6 @@ table#entity-table {
|
|||
font-family: Sans-Serif;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
#entity-table tr {
|
||||
|
|
@ -126,9 +125,8 @@ tr.selected {
|
|||
}
|
||||
|
||||
th#entity-type {
|
||||
width: 10%;
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
th#entity-url {
|
||||
width: 90%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue