File tree Expand file tree Collapse file tree
src/components/NcListItem Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -872,7 +872,8 @@ export default {
872872 .list - item- content__details,
873873 .list - item- details__details {
874874 white- space: nowrap;
875- margin: 0 auto 0 0 ;
875+ margin: 0 ;
876+ margin- inline- end: auto ! important;
876877 overflow: hidden;
877878 text- overflow: ellipsis;
878879 }
@@ -984,7 +985,7 @@ export default {
984985 display: flex;
985986 flex: 1 0 ;
986987 justify- content: space- between;
987- padding- left : calc (2 * var (-- default- grid- baseline));
988+ padding- inline - start : calc (2 * var (-- default- grid- baseline));
988989 min- width: 0 ;
989990
990991 & __main {
@@ -1009,7 +1010,7 @@ export default {
10091010 flex: 0 0 auto;
10101011 align- self : center;
10111012 justify- content: center;
1012- margin- left : var (-- default- grid- baseline);
1013+ margin- inline - start : var (-- default- grid- baseline);
10131014 }
10141015
10151016 & __extra- actions {
You can’t perform that action at this time.
0 commit comments