diff --git a/stylesheets/components/CallingRaisedHandsList.scss b/stylesheets/components/CallingRaisedHandsList.scss index 6e939a40b1..6a68b92e39 100644 --- a/stylesheets/components/CallingRaisedHandsList.scss +++ b/stylesheets/components/CallingRaisedHandsList.scss @@ -89,6 +89,7 @@ $icon-size: 16px; width: $icon-size; height: $icon-size; + margin-inline: 8px; content: ''; @include mixins.color-svg( diff --git a/ts/components/CallingRaisedHandsList.dom.tsx b/ts/components/CallingRaisedHandsList.dom.tsx index bb9410515e..1aa044e371 100644 --- a/ts/components/CallingRaisedHandsList.dom.tsx +++ b/ts/components/CallingRaisedHandsList.dom.tsx @@ -137,7 +137,7 @@ export function CallingRaisedHandsList({ {i18n('icu:CallControls__RaiseHands--lower')} )} -
+
))}