Fix layout of entity list window

This commit is contained in:
Ryan Huffman 2014-11-19 13:35:08 -08:00
parent 3ff44964b5
commit 0242e0efcf

View file

@ -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%;
}