Skip to content

Commit 520511b

Browse files
committed
css fixes
1 parent 8addbd2 commit 520511b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.0.82-beta-9",
3+
"version": "0.0.82-beta-10",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/FeatureDescription/FeatureDescriptionModal.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const FeatureDescriptionModal = ({
1616
const renderDescriptionBody = () => (
1717
<div className="pl-20 pr-20 pt-16 pb-16 dc__gap-16">
1818
<div className="flex left w-100 fs-16 fw-6">{title}</div>
19-
<div className={`${imageVariant === IMAGE_VARIANT.SMALL ? 'mxh-350' : 'mxh-450'}`}>
19+
<div className={`${imageVariant === IMAGE_VARIANT.SMALL ? 'mxh-350' : 'mxh-450'} dc__overflow-auto`}>
2020
<img
2121
src={image}
2222
className={`${imageVariant === IMAGE_VARIANT.SMALL ? 'small' : 'large'} mt-16 mb-12`}
@@ -33,13 +33,13 @@ export const FeatureDescriptionModal = ({
3333
>
3434
{docLink.length > 0 && (
3535
<a
36-
className="flex dc__link en-2 bw-1 pl-8 pr-8 dc__gap-6 br-4 fw-6 lh-20"
36+
className="flex dc__link en-2 bw-1 pl-8 pr-8 dc__gap-6 br-4 fw-6 lh-20 pt-6 pb-6 h-32"
3737
href={docLink}
3838
target="_blank"
3939
rel="noreferrer"
4040
>
4141
{BUTTON_TEXT.VIEW_DOCUMENTATION}
42-
<ArrowOutSquare className="icon-dim-16 ml-8 scb-5" />
42+
<ArrowOutSquare className="icon-dim-16 scb-5" />
4343
</a>
4444
)}
4545
<button className="cta flex small" type="submit" onClick={closeModal}>

0 commit comments

Comments
 (0)