Skip to content

Commit

Permalink
fix(core/ui/time): time not aligned correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Aug 15, 2020
1 parent b6a9995 commit ce57d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/components/ui/time/time/time.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ vime-time {
* @prop --time-font-weight: The weight of the font displaying the time.
*/

display: inline-block;
display: flex;
align-items: center;
color: var(--time-color);
font-size: var(--time-font-size);
font-weight: var(--time-font-weight);
Expand Down

0 comments on commit ce57d1d

Please sign in to comment.