more max-height tweaking...

master
Nathan Korth 2014-06-25 16:47:26 -04:00
parent 9ebea85646
commit 26500906ad
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<style type="text/css"> <style type="text/css">
.zci--answer .crontab-container { .zci--answer .crontab-container {
max-height: 35ex; max-height: 23.3ex;
overflow-y: auto; overflow-y: auto;
} }
.zci--answer .crontab-container .crontab-column { .zci--answer .crontab-container .crontab-column {
@ -13,6 +13,7 @@
} }
.zci--answer .crontab-container p, .zci--answer .crontab-container p,
.zci--answer .crontab-container .crontab-column { .zci--answer .crontab-container .crontab-column {
padding-top: 0;
padding-bottom: 2ex; padding-bottom: 2ex;
} }
.zci--answer .crontab-container table { .zci--answer .crontab-container table {