Skip to content

Commit 326e55b

Browse files
adjust responsive limits in authentication layout
1 parent 1318808 commit 326e55b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crudadmin/templates/base/base.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,12 @@
269269
color: var(--primary-light);
270270
}
271271

272+
.admin-main {
273+
grid-column: 2;
274+
padding: 0.5rem;
275+
overflow-x: auto;
276+
}
277+
272278
</style>
273279
{% block extra_head %}{% endblock %}
274280
</head>

0 commit comments

Comments
 (0)