WebCompDev
/
COMPONENTS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
58a818e7c9488e260b224838a3c1fbb1c0365207
Authored by
Renato De Donato
2016-01-21 12:20:43 +0100
1 parent
3d8cde48
safari bug fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
controllets/datalet-selection-controllet/datalet-selection-controllet.html
controllets/datalet-selection-controllet/datalet-selection-controllet.html
View file @
58a818e
...
...
@@ -42,7 +42,7 @@
42
42
#items_vslider_controllet {
43
43
position: relative;
44
44
height: 100vh;
45
-
width: 172px;
45
+
min-
width: 172px;
46
46
}
47
47
48
48
#datalet_selection_inputs {
...
...