Skip to content
Advertisement

Prevent div from new line in table th [closed]

As you can see the progressbar is not in line with the text. The bar is an seperate div:

JavaScript

Any suggestions how to get this inline? I have tried style="display: inline" That works but removes some the markup

style="display: inline-block; vertical-align:center"gives

Advertisement

Answer

It seems to set proper margin for .progress is enough, like this:

JavaScript

or this

JavaScript

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement