Check out this Relevant Fiddle: https://jsfiddle.net/promexj1/1/
I'm working on adjusting the widths of two child spans within a parent div to be slightly smaller than the parent itself (due to starting translation 10px to the right for one of the spans). However, I've noticed that when these spans are rendered in the DOM, they default back to half the size of the parent div (potentially due to having two spans).
I've added a black border to the span elements to better visualize their sizes.
Is there a way to unlink this inherited size divided among the child spans and instead have them render based on their individual styling widths?