Skip to content
Snippets Groups Projects
Commit cc639f26 authored by Kasper Seweryn's avatar Kasper Seweryn :pancakes:
Browse files

Fix padding

parent 7b74e48d
No related branches found
No related tags found
1 merge request!1Implement all components
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
aspect-ratio: 1; aspect-ratio: 1;
border-radius: 50%; border-radius: 50%;
overflow: hidden; overflow: hidden;
height: 1.6em; height: calc(2em - 4px);
margin: 0.2em; margin: 2px;
+ .pill-content { + .pill-content {
padding-left: 0.25em; padding-left: 0.25em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment