Skip to content

Commit beabc02

Browse files
committed
#643 InfoTool - expanding expands property key widths too
1 parent c4a22d6 commit beabc02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/essence/Tools/Info/InfoTool.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@
202202
}
203203

204204
#infoToolData > li > div:first-child {
205-
max-width: 86px;
206-
min-width: 86px;
205+
max-width: 33%;
206+
min-width: 33%;
207207
color: white;
208208
text-overflow: ellipsis;
209209
overflow: hidden;

0 commit comments

Comments
 (0)