fix(minor): breadcrumbs without app icon
This commit is contained in:
parent
b31cf8ba79
commit
72eb501de3
2 changed files with 9 additions and 0 deletions
|
|
@ -16,6 +16,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
li:first-child a:before {
|
||||
// no angle before first item
|
||||
content: none;
|
||||
}
|
||||
|
||||
li.disabled {
|
||||
a {
|
||||
color: var(--gray-600);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue