forked from mirror/Part-DB.Part-DB-server
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" %}
|
{% include "Parts/info/_main_infos.html.twig" %}
|
||||||
</div>
|
</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" %}
|
{% include "Parts/info/_sidebar.html.twig" %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue