diff options
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.scss index 49d559933..b7ff037be 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.scss @@ -34,9 +34,12 @@ limitations under the License. margin: 1em; background-color: #3f51b5; color: white; - border-radius: 2em; padding: 0.5em; min-width: 6em; + border-radius: 4px; + border: none; + line-height: none !important; + cursor: pointer; } .testTemplateContainer { |