From 77ef866069f09d54021fd2171fb6ff5453754b25 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Tue, 16 Oct 2018 14:42:04 +0200 Subject: [PATCH] imporve avatar styling --- .../src/system/components/data-display/Avatar/style.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styleguide/src/system/components/data-display/Avatar/style.scss b/styleguide/src/system/components/data-display/Avatar/style.scss index cb41e7ca0..a4019a5f2 100644 --- a/styleguide/src/system/components/data-display/Avatar/style.scss +++ b/styleguide/src/system/components/data-display/Avatar/style.scss @@ -3,12 +3,15 @@ border-radius: 50%; display: inline-block; position: relative; - padding-top: 0.1em; margin-right: $space-xx-small; min-height: 22px; min-width: 22px; text-align: center; + .ds-flex-item { + padding-top: 0.1em; + } + &::after { content: ''; position: absolute;