diff options
author | ThibG <thib@sitedethib.com> | 2019-09-02 18:11:34 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-09-05 13:52:53 +0200 |
commit | 96b9d3333d33fc2c30384fb12abbb7679edbcf36 (patch) | |
tree | 9d78635fb16da639ab406127c41a73a5bd1dc714 /app/javascript/flavours | |
parent | 2f952f6d0412285beb7f39a831b22bef6c3e9aeb (diff) |
[Glitch] Fix height of dashboard counters
Port 6493f4ffaea9ae391a9cc24e2743531fd0c3a3e8 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r-- | app/javascript/flavours/glitch/styles/dashboard.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/dashboard.scss b/app/javascript/flavours/glitch/styles/dashboard.scss index e4564f062..c0944d417 100644 --- a/app/javascript/flavours/glitch/styles/dashboard.scss +++ b/app/javascript/flavours/glitch/styles/dashboard.scss @@ -15,6 +15,8 @@ padding: 20px; background: lighten($ui-base-color, 4%); border-radius: 4px; + box-sizing: border-box; + height: 100%; } & > a { |