File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -87,3 +87,10 @@ ul.attributes-list {
8787 border-bottom : 1px solid var (--gl-container-border-color );
8888 }
8989}
90+
91+ .selected-nodes-item ,
92+ .selected-edges-item {
93+ & :not (:last-child ) {
94+ margin-bottom : 1rem ;
95+ }
96+ }
Original file line number Diff line number Diff line change @@ -190,13 +190,13 @@ function SelectedItem<
190190 { attributes . map ( ( attribute , i ) => (
191191 < li
192192 key = { i }
193- className = "overflow-hidden gl-px-2 gl-py-2 d-flex flex-column flex-wrap align-items-start gl-gap-x-2 gl-gap-y-1 "
193+ className = "overflow-hidden gl-py-2 d-flex flex-column flex-wrap align-items-start gl-gap-x-2 gl-gap-y-1 "
194194 >
195195 < span className = "d-inline-flex align-items-center gl-gap-1 text-break " >
196196 { attribute . field && < FieldModelIcon type = { attribute . field . type } /> }
197197 { attribute . label }
198198 </ span > { " " }
199- < span className = "text-break " >
199+ < span className = "text-break" >
200200 { ! isNil ( attribute . value ) ? (
201201 attribute . field ? (
202202 < RenderItemAttribute value = { attribute . value } field = { attribute . field } />
You can’t perform that action at this time.
0 commit comments