diff options
Diffstat (limited to 'scss/custom.scss')
| -rw-r--r-- | scss/custom.scss | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index e0b9cbe74..2406a1d98 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -290,10 +290,14 @@ textarea {      background-color: $gray-200;  } -.sheet .row{ +.sheet .row.toolbar{      padding: 0.5em 0.75em;  } +.sheet .row{ +    padding: 0 0.75em; +} +  .clean-table h4{      margin-top: 1em;  }  | 
