X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Fcss%2Fsystem.admin.css;fp=web%2Fcore%2Fmodules%2Fsystem%2Fcss%2Fsystem.admin.css;h=7903b7e476e0ef704b7be482dd3c792e7e174d46;hp=913ce57fce49223bf33e34df007018ae18a3b719;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/system/css/system.admin.css b/web/core/modules/system/css/system.admin.css index 913ce57fc..7903b7e47 100644 --- a/web/core/modules/system/css/system.admin.css +++ b/web/core/modules/system/css/system.admin.css @@ -211,7 +211,7 @@ small .admin-link:after { background-color: transparent; } [dir="rtl"] .system-status-report__status-title { - padding: 10px 40px 10px 6px; + padding: 10px 40px 10px 6px; } .system-status-report__status-icon:before { content: ""; @@ -223,7 +223,7 @@ small .admin-link:after { left: 12px; /* LTR */ top: 12px; } -[dir="rtl"] .system-status-report__status-icon:before { +[dir="rtl"] .system-status-report__status-icon:before { left: auto; right: 12px; } @@ -394,3 +394,8 @@ small .admin-link:after { .cron-description__run-cron { display: block; } + +.system-cron-settings__link { + overflow-wrap: break-word; + word-wrap: break-word; +}