diff --git a/client/src/app/shared/components/list-view-table/list-view-table.component.html b/client/src/app/shared/components/list-view-table/list-view-table.component.html index cfa5ea52c..c1ed0905b 100644 --- a/client/src/app/shared/components/list-view-table/list-view-table.component.html +++ b/client/src/app/shared/components/list-view-table/list-view-table.component.html @@ -15,7 +15,6 @@ -
+
-
-
- {{ item.getListTitle() }} -
-
- {{ item.getSubtitle() }} -
-
+ + {{ item.getListTitle() }} + + + {{ item.getSubtitle() }} +
diff --git a/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.html b/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.html index 8d2d50520..40955841e 100644 --- a/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.html +++ b/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.html @@ -82,7 +82,7 @@ - + {{ motion.identifier }} · diff --git a/client/src/styles.scss b/client/src/styles.scss index b478a534c..04c2e5ec4 100644 --- a/client/src/styles.scss +++ b/client/src/styles.scss @@ -162,9 +162,8 @@ $narrow-spacing: ( } .pbl-ngrid-cell { - position: relative; - .fill { + position: relative; display: inherit; height: 100%; width: 100%;