N°4049 Remove dashlet list free will 👾

This commit is contained in:
Stephen Abello
2021-06-02 16:59:14 +02:00
parent c11ad30134
commit 020dc8b819
3 changed files with 3 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ $ibo-dashboard--top-bar-padding-bottom: 20px !default;
align-content: flex-start;
width: calc(100% + (2 * #{$ibo-dashboard--grid--elements-spacing-x}));
margin: calc(-1 * #{$ibo-dashboard--grid--elements-spacing-y} / 2) calc(-1 * #{$ibo-dashboard--grid--elements-spacing-x} / 2); /* Because of the margin all around the dashlets, we need to compensate it */
min-width: 0;
/* Compensate negative margin on inner borders to simulate egal dashlets spacing between columns */
&:not(:last-child) {