Cześć, mam problem z tym by pasek progress (te 2 divy) był w tej samej linij co tekst. Aktualnie jeśli usunę ten pasek to teksty wyświetlają się prawidłowo obok siebie, ale jak dodam ten pasek to "Postęp: " ten pasek i % jest w kolejnych linijkach.
<p><div class = 'order-label'> Postęp:
</div><div class='progress'><div id=".$wiersz['id']." class='progress-content'></div></div>".$wiersz['progress']."%
</p>
.progress {
background-color: #808080;
border-radius: 50px;
width: 65px;
height: 5px;
}
.progress-content {
background-color: green;
border-radius: 50px;
height: 5px;
}