diff options
author | Emiliano Ciavatta | 2020-05-09 13:31:14 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-05-09 13:31:14 +0000 |
commit | fed4a7d31341e3b642456eec5a911f12a8207e63 (patch) | |
tree | 59960041241ee8ac0e8c77b5c739524e1161611f /frontend/src/components/ConnectionContent.scss | |
parent | 6006d47c1f3397862bb13c782d66689067135bdb (diff) |
Fix css style errors
Diffstat (limited to 'frontend/src/components/ConnectionContent.scss')
-rw-r--r-- | frontend/src/components/ConnectionContent.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/src/components/ConnectionContent.scss b/frontend/src/components/ConnectionContent.scss index 074d975..61d9f63 100644 --- a/frontend/src/components/ConnectionContent.scss +++ b/frontend/src/components/ConnectionContent.scss @@ -5,7 +5,6 @@ height: 100%; overflow: auto; - pre { background-color: $color-primary-0; padding: 10px 20px; @@ -23,6 +22,5 @@ background-color: $color-primary-3; border-top: 1px solid $color-primary-1; } - } -}
\ No newline at end of file +} |