We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd0b1a7 + 7834c88 commit 7162cadCopy full SHA for 7162cad
packages/webui/src/client/ui/RundownList.tsx
@@ -126,7 +126,7 @@ export function RundownList(): JSX.Element {
126
127
function renderRundownPlaylists() {
128
if (rundownPlaylists.length < 1) {
129
- return <p>{t('There are no rundowns ingested into Sofie.')}</p>
+ return <p className="px-2 py-2">{t('There are no rundowns ingested into Sofie.')}</p>
130
}
131
132
return (
0 commit comments