diff --git a/resources/assets/sass/_lists.scss b/resources/assets/sass/_lists.scss
index 7182e8f7e..ad0b90e7b 100644
--- a/resources/assets/sass/_lists.scss
+++ b/resources/assets/sass/_lists.scss
@@ -6,6 +6,7 @@
justify-self: stretch;
align-self: stretch;
height: auto;
+ margin-right: $-l;
}
.icon:after {
opacity: 0.5;
@@ -185,7 +186,7 @@
margin-left: -1rem;
}
[chapter-toggle] {
- padding-left: 1.5rem;
+ padding-left: .7rem;
padding-bottom: .2rem;
}
.entity-list-item .icon {
diff --git a/resources/views/chapters/list-item.blade.php b/resources/views/chapters/list-item.blade.php
index e342ea6a3..fd463e07a 100644
--- a/resources/views/chapters/list-item.blade.php
+++ b/resources/views/chapters/list-item.blade.php
@@ -14,7 +14,7 @@
@icon('caret-right') {{ trans_choice('entities.x_pages', $chapter->pages->count()) }}
- @include('partials.entity-list-basic', ['entities' => $chapter->pages])
+ @include('partials.entity-list', ['entities' => $chapter->pages])
diff --git a/resources/views/pages/form-toolbox.blade.php b/resources/views/pages/form-toolbox.blade.php
index 01c224543..6b3ad3a92 100644
--- a/resources/views/pages/form-toolbox.blade.php
+++ b/resources/views/pages/form-toolbox.blade.php
@@ -65,7 +65,7 @@
-
+
@@ -100,7 +100,7 @@
-
+
diff --git a/resources/views/pages/form.blade.php b/resources/views/pages/form.blade.php
index 38e2eae39..516f9fac8 100644
--- a/resources/views/pages/form.blade.php
+++ b/resources/views/pages/form.blade.php
@@ -12,48 +12,44 @@
{{--Header Bar--}}