Skip to content

Commit 1c1eef3

Browse files
authored
Merge pull request #51 from castroofelipee/fix-responsive-authentication-layout
Adjust responsive limits in authentication layout
2 parents 33e9a0d + 326e55b commit 1c1eef3

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)