Fixing style rules for trees to give them a default width and height.
git-svn-id: svn://10.0.0.236/trunk@44665 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
badf0ce469
commit
92903f6c74
@ -641,7 +641,8 @@ tree {
|
||||
background-color: white;
|
||||
border: none;
|
||||
border-spacing: 0px;
|
||||
width: 100%;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
table-layout: fixed;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user