Align dashboard nav items (#2380)

The `Overview` and `Resources` nav items were slightly out of alignment
with the other nav items.

Add paddingRight to the other nav items, to compensate for their
shrunken icons.

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
This commit is contained in:
Andrew Seigner 2019-02-25 16:08:11 -08:00 committed by GitHub
parent ad0d0b72a0
commit b77b577767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ const styles = theme => {
shrinkIcon: { shrinkIcon: {
fontSize: "18px", fontSize: "18px",
paddingLeft: "3px", paddingLeft: "3px",
paddingRight: "3px",
} }
}; };
}; };