/*--------------------------------------------------------------------------*\
	Base CSS behaviour <svg>
\*--------------------------------------------------------------------------*/

svg {
    /*box*/
    /* This will ensure that a width set on a svg will remain even in a table with long text span */
    flex-shrink: 0;
}