mirror of
https://github.com/tabler/tabler.git
synced 2026-01-25 04:16:36 +00:00
Settings menu responsivenss issue fix (#1587)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
5
.changeset/thirty-tomatoes-end.md
Normal file
5
.changeset/thirty-tomatoes-end.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix responsiveness issue in Settings menu
|
||||
@@ -6,7 +6,7 @@ page-header: Account Settings
|
||||
|
||||
<div class="card">
|
||||
<div class="row g-0">
|
||||
<div class="col-3 d-none d-md-block border-end">
|
||||
<div class="col-12 col-md-3 border-end">
|
||||
<div class="card-body">
|
||||
<h4 class="subheader">Business settings</h4>
|
||||
|
||||
@@ -25,7 +25,7 @@ page-header: Account Settings
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col d-flex flex-column">
|
||||
<div class="col-12 col-md-9 d-flex flex-column">
|
||||
|
||||
{{ content }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user