diff options
| author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | 2019-11-15 11:24:24 -0800 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2019-11-26 16:35:41 +0000 |
| commit | 27915d2f48df3cd885f4606e90012bea8496be0c (patch) | |
| tree | 97b0214ccf426a0cfdf9df65ce017a3f4f1dfd41 /app/configuration | |
| parent | 0d11902c896bc65196489a50be55d16ca24da1cf (diff) | |
| download | phosphor-webui-27915d2f48df3cd885f4606e90012bea8496be0c.tar.gz phosphor-webui-27915d2f48df3cd885f4606e90012bea8496be0c.zip | |
Fix truncated button icons on Safari
Removing margin offset to fix issue with button icons being
visually truncated on Safari. Removing additional redundant
code around same icon/buttons.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: Ie1ef89023a043a70a0126a21be57febb9afae19a
Diffstat (limited to 'app/configuration')
| -rw-r--r-- | app/configuration/styles/snmp.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/configuration/styles/snmp.scss b/app/configuration/styles/snmp.scss index a249118..6e99c80 100644 --- a/app/configuration/styles/snmp.scss +++ b/app/configuration/styles/snmp.scss @@ -9,6 +9,6 @@ padding-right: 1.5rem; } .btn-add-manager { - padding: 0; + padding-left: 0; } } |

