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.
1 parent e763292 commit ec8f562Copy full SHA for ec8f562
packages/webui/src/client/ui/RundownList.tsx
@@ -125,7 +125,7 @@ export function RundownList(): JSX.Element {
125
126
function renderRundownPlaylists() {
127
if (rundownPlaylists.length < 1) {
128
- 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>
129
}
130
131
return (
0 commit comments