mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Fixed wrong page width on mobile view of part info page
This commit is contained in:
parent
faf346806b
commit
ddb70c94ea
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
{% include "Parts/info/_main_infos.html.twig" %}
|
||||
</div>
|
||||
|
||||
<div class="col-md-3 offset-3 offset-md-0">
|
||||
<div class="col-md-3 offset-md-0 col-9 offset-3">
|
||||
{% include "Parts/info/_sidebar.html.twig" %}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue