2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Merge pull request #2212 from matmair/matmair/issue2210

Fix for actions wrapping on smaller screens
This commit is contained in:
Oliver
2021-10-31 09:09:27 +11:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<div class='panel'>
<div class='panel-heading'>
<div class='d-flex flex-row'>
<div class='d-flex flex-wrap'>
<h4>
{% block heading %}
<i>-- page header goes here --</i>