Don't allow headings in the data browser to be split
This commit is contained in:
parent
bdee581d44
commit
4ad5d23282
4 changed files with 7 additions and 3 deletions
|
@ -646,6 +646,10 @@ hr {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
table.browse_details th {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#browse_map {
|
||||
float: right;
|
||||
width: 250px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue