From c98c42b49af2e606838677450c5297b7346f7755 Mon Sep 17 00:00:00 2001 From: Yin Zhang Date: Wed, 6 Sep 2023 11:45:50 -0700 Subject: [PATCH] common style change for mat-form-field (mdc component migration) PiperOrigin-RevId: 563170250 --- frontend/app/styles/common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/app/styles/common.scss b/frontend/app/styles/common.scss index 22bc427ea..59b510354 100644 --- a/frontend/app/styles/common.scss +++ b/frontend/app/styles/common.scss @@ -54,6 +54,10 @@ mat-card { padding: 16px; } +mat-form-field { + margin-top: 16px; +} + @mixin overview-card { box-shadow: none !important; margin: 8px;