diff --git a/src/components/listview/listview.css b/src/components/listview/listview.css index 9c32d01222..b653502dae 100644 --- a/src/components/listview/listview.css +++ b/src/components/listview/listview.css @@ -111,6 +111,10 @@ text-overflow: ellipsis; } +.layout-desktop .listItemBodyText { + margin: 0.25em 0 0 0; +} + .listItemBodyText-nowrap { white-space: nowrap; }