Skip to content

Commit 7162cad

Browse files
authored
Merge pull request #1489 from bbc/upstream/fix-adjust-padding-of-rundownlist
2 parents cd0b1a7 + 7834c88 commit 7162cad

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)