Skip to content

Commit 7834c88

Browse files
Julusianolzzon
authored andcommitted
fix: adjust padding of rundown list
1 parent 8eba5bc commit 7834c88

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
@@ -126,7 +126,7 @@ export function RundownList(): JSX.Element {
126126

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

132132
return (

0 commit comments

Comments
 (0)