I have used following code for increasing the left border of particular column using id selector:
div#PriceCurveCurrent {
border-left: 1px solid black;
}
I have used following code for increasing the left border of particular column using id selector:
div#PriceCurveCurrent {
border-left: 1px solid black;
}
Copyright © 2021 Jogjafile Inc.
The quick solution.
Another solution might be to use the ExtJS theme variables.
Here is a starting point.