Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b0abe71

Browse files
committed
Merge pull request #70 from EmmanuelVella/css
Twitter Bootstrap 3 compatibility css fixes
2 parents 8e8f43b + 1c22ab4 commit b0abe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/public/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
overflow-x: hidden;
55
text-overflow: ellipsis;
66
margin-bottom: -5px;
7+
box-sizing: content-box;
78
}
89

910
.jstree a:hover {
1011
width: auto;
11-
overflow-x: visible;
1212
}
1313

1414
#jstree-marker-line {

0 commit comments

Comments
 (0)