From 4288072c1c6de1c912dfb2ae7f47103f4b5d6a20 Mon Sep 17 00:00:00 2001 From: John Leider Date: Wed, 31 Jul 2019 21:55:03 -0400 Subject: [PATCH] fix(VProgressCircular): center inner content vertically and horizontally fixes #8232 --- .../src/components/VProgressCircular/VProgressCircular.sass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/vuetify/src/components/VProgressCircular/VProgressCircular.sass b/packages/vuetify/src/components/VProgressCircular/VProgressCircular.sass index eec7f40ae83..03ad8e27235 100644 --- a/packages/vuetify/src/components/VProgressCircular/VProgressCircular.sass +++ b/packages/vuetify/src/components/VProgressCircular/VProgressCircular.sass @@ -31,6 +31,11 @@ stroke-dasharray: 80, 200 stroke-dashoffset: 0px + &__info + align-items: center + display: flex + justify-content: center + &__underlay stroke: $progress-circular-underlay-stroke z-index: 1