Skip to content

Commit ec8f562

Browse files
committed
fix: adjust padding of rundown list
1 parent e763292 commit ec8f562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/ui/RundownList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export function RundownList(): JSX.Element {
125125

126126
function renderRundownPlaylists() {
127127
if (rundownPlaylists.length < 1) {
128-
return <p>{t('There are no rundowns ingested into Sofie.')}</p>
128+
return <p className="px-2 py-2">{t('There are no rundowns ingested into Sofie.')}</p>
129129
}
130130

131131
return (

0 commit comments

Comments
 (0)