diff --git a/src/components/scribble/_scribble.scss b/src/components/scribble/_scribble.scss index 8dda4da..8fd8ec5 100644 --- a/src/components/scribble/_scribble.scss +++ b/src/components/scribble/_scribble.scss @@ -151,7 +151,7 @@ } .cmp-adaptiveform-scribble__save-button { - width: 77px; + width: auto; height: 40px; margin: 5px; padding: 9px 20px 11px 20px; @@ -166,7 +166,7 @@ } .cmp-adaptiveform-scribble__close-button { - width: 77px; + width: auto; height: 40px; font-weight: 700; padding: 9px 20px 11px 20px; @@ -328,7 +328,7 @@ margin:0px; } .cmp-adaptiveform-scribble__button--primary{ - width: 54px; + width: auto; height: 24px; margin: 5px; font-size: 12px; @@ -341,7 +341,7 @@ margin:0px; .cmp-adaptiveform-scribble__button--secondary{ - width: 54px; + width: auto; height: 24px; font-weight: 700; font-size: 12px;