Flight percentage align bug

This time I have a problem. About the map. In practice, the percentage numbers are not aligned, but are displayed vertically. I can’t attach a photo because no pilot flies. This happens if I insert the map into the pilot’s profile. If, instead, I open the map by link, there is no problem. The numbers in the percentage are clearly visible.

 

 

css file…

 

<style type=“text/css”>

div.progress-container {

border: 1px solid #ffffff;

width: 150px;

margin: 1px 1px 1px 1px;

padding: 1px;

float: middle;

background: #333;

}

div.progress-container > div {

position: relative;

font-family: verdana;

font-size: 10px;

color: #fff; background-color: #239A0D;

height: 20px; vertical-align:right;

}

</style>

It might help you get an answer quicker if you post in English instead of Portuguese. 

1 Like

Yeah, I ended up forgetting and posted in Portuguese, I’ll change

Thank you for the warning

No worries. Hopefully someone will be able to assist you with your issue.

1 Like