From 86f1de9f230ef81185bb2592b606042485e7ba3c Mon Sep 17 00:00:00 2001 From: Rajakumardev Date: Wed, 7 Oct 2020 14:19:38 +0530 Subject: [PATCH] Limit Border Size 200 (MAX) and content overflow visiblity hidden --- src/components/ConfigCover.js | 2 +- src/components/CoverImage.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ConfigCover.js b/src/components/ConfigCover.js index abaea2b..66c33d0 100644 --- a/src/components/ConfigCover.js +++ b/src/components/ConfigCover.js @@ -118,7 +118,7 @@ class ConfigCover extends React.Component {
- this.setState({ borderSize: e.target.value })} /> + this.setState({ borderSize: e.target.value })} />
diff --git a/src/components/CoverImage.css b/src/components/CoverImage.css index ad33a45..7ea6cf8 100644 --- a/src/components/CoverImage.css +++ b/src/components/CoverImage.css @@ -8,7 +8,7 @@ width:800px; padding:90px; border-radius:2px; - + overflow-y: hidden; }