fix(minor): breadcrumbs without app icon

This commit is contained in:
Rushabh Mehta 2024-08-23 22:14:04 +05:30
parent b31cf8ba79
commit 72eb501de3
2 changed files with 9 additions and 0 deletions

View file

@ -16,6 +16,11 @@
}
}
li:first-child a:before {
// no angle before first item
content: none;
}
li.disabled {
a {
color: var(--gray-600);

View file

@ -77,6 +77,10 @@
margin: auto !important;
}
#doctype-form_builder_tab .section-body {
max-width: 100% !important;
}
.form-column {
.form-column-description {
margin-bottom: 10px;