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

Fix padding

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