diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-08-03 13:34:02 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 13:51:19 -0500 |
| commit | 2d289422b87d1737b4ba8858cd7eae09972c3e3b (patch) | |
| tree | 74717a6af50d2016db67f646ee86e1df92c7f7d9 /app/common/styles/components | |
| parent | 8819b7a75edcb7e7da44a3ea485e5a84c508f7d4 (diff) | |
| download | phosphor-webui-2d289422b87d1737b4ba8858cd7eae09972c3e3b.tar.gz phosphor-webui-2d289422b87d1737b4ba8858cd7eae09972c3e3b.zip | |
minor QA fixes to margins
Change-Id: If3730f75e796f8f48fd036234711efa23e23f794
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/components')
| -rw-r--r-- | app/common/styles/components/form-elements.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/styles/components/form-elements.scss b/app/common/styles/components/form-elements.scss index b247a3f..767d76f 100644 --- a/app/common/styles/components/form-elements.scss +++ b/app/common/styles/components/form-elements.scss @@ -2,7 +2,7 @@ .dropdown__button { position: relative; padding: .5em .8em; - margin-top: -10px; + margin-top: 0; border: 1px solid $input-border; min-width: 70px; padding-right: 25px; |

