Aug 7 - Update issue page filter buttons size 2
This commit is contained in:
@@ -123,7 +123,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{# ── Actions — spans both field rows ─────────────────────────────── #}
|
{# ── Actions — spans both field rows ─────────────────────────────── #}
|
||||||
<div class="d-flex gap-2 align-items-stretch flex-grow-1 flex-md-grow-0">
|
{# mt-md-4 drops the block by roughly one label's height, so the buttons
|
||||||
|
line up with the first row's INPUTS rather than its labels — that is
|
||||||
|
what makes them shorter, since they still stretch to the bottom of the
|
||||||
|
second row. The margin is md-only; below that the block wraps
|
||||||
|
underneath the fields and needs its full width and natural height. #}
|
||||||
|
<div class="d-flex gap-2 align-items-stretch flex-grow-1 flex-md-grow-0 mt-md-4">
|
||||||
<button type="submit"
|
<button type="submit"
|
||||||
class="btn btn-sm btn-primary d-flex align-items-center justify-content-center flex-grow-1 flex-md-grow-0"
|
class="btn btn-sm btn-primary d-flex align-items-center justify-content-center flex-grow-1 flex-md-grow-0"
|
||||||
style="min-width:88px;">
|
style="min-width:88px;">
|
||||||
|
|||||||
@@ -128,7 +128,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{# ── Actions — spans both field rows ─────────────────────────────── #}
|
{# ── Actions — spans both field rows ─────────────────────────────── #}
|
||||||
<div class="d-flex gap-2 align-items-stretch flex-grow-1 flex-md-grow-0">
|
{# mt-md-4 drops the block by roughly one label's height, so the buttons
|
||||||
|
line up with the first row's INPUTS rather than its labels — that is
|
||||||
|
what makes them shorter, since they still stretch to the bottom of the
|
||||||
|
second row. The margin is md-only; below that the block wraps
|
||||||
|
underneath the fields and needs its full width and natural height. #}
|
||||||
|
<div class="d-flex gap-2 align-items-stretch flex-grow-1 flex-md-grow-0 mt-md-4">
|
||||||
<button type="submit"
|
<button type="submit"
|
||||||
class="btn btn-sm btn-primary d-flex align-items-center justify-content-center flex-grow-1 flex-md-grow-0"
|
class="btn btn-sm btn-primary d-flex align-items-center justify-content-center flex-grow-1 flex-md-grow-0"
|
||||||
style="min-width:88px;">
|
style="min-width:88px;">
|
||||||
|
|||||||
Reference in New Issue
Block a user