Hi, is there a reason why split panel splitter has...
# kvision
t
Hi, is there a reason why split panel splitter has inline style
width:9px
?
Copy code
<div class="splitter-vertical" style="width: 9px;"></div>
r
If you ask why it has such a value at all - this is how it is implemented in Split.js https://github.com/nathancahill/split/tree/master/packages/splitjs#documentation
gutterSize
option is 10px default - I'm setting it to 9px, because I like it smaller 🙂
t
My point is it wasn't inline in previous versions, I used my css to set it to 2px which stoped working
I overrided it by
!important
r
Split.js library is used for
SplitPanel
since KVision 5.0.0
Earlier versions had different library, but it was based on jQuery and I had to make this switch
t
I see. It might be usefull to expose some parameters like
gutterSize
r
Please fill an issue