diff --git a/typo3/sysext/scheduler/Resources/Private/Styles/styles.less b/typo3/sysext/scheduler/Resources/Private/Styles/styles.less
index cf9813964ed6c57d9b42aeda24a4900c11b3060f..691265779b5e93d47deb93b361495a629a8a8998 100644
--- a/typo3/sysext/scheduler/Resources/Private/Styles/styles.less
+++ b/typo3/sysext/scheduler/Resources/Private/Styles/styles.less
@@ -32,10 +32,6 @@ Scheduler
 		}
 	}
 
-	#typo3-inner-docbody {
-		padding-right: 10px;
-	}
-
 	.late {
 		color: #f00;
 		font-weight: bold;
diff --git a/typo3/sysext/scheduler/Resources/Public/Styles/styles.css b/typo3/sysext/scheduler/Resources/Public/Styles/styles.css
index 075d0d3ce8e03af15832c7d2934557ea094acf5f..09df531b4c560995f9e581ded66e0f460d6e428c 100644
--- a/typo3/sysext/scheduler/Resources/Public/Styles/styles.css
+++ b/typo3/sysext/scheduler/Resources/Public/Styles/styles.css
@@ -23,9 +23,6 @@ Scheduler
 .tx_scheduler_mod1 #typo3-docheader a {
   text-decoration: none;
 }
-.tx_scheduler_mod1 #typo3-inner-docbody {
-  padding-right: 10px;
-}
 .tx_scheduler_mod1 .late {
   color: #f00;
   font-weight: bold;