Skip to content

Commit

Permalink
fix: vertical alignment of resource name and edit button
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Aug 19, 2022
1 parent 2266298 commit a6cb695
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,9 @@ export default defineComponent({
opacity: 0.6;
}
&-resource-wrapper {
display: inline-flex;
align-items: center;
&-limit-max-width {
max-width: calc(100% - var(--oc-space-medium));
}
Expand All @@ -821,7 +824,7 @@ export default defineComponent({
}
&-edit-name {
display: inline-flex;
vertical-align: middle;
margin-left: var(--oc-space-xsmall);
svg {
fill: var(--oc-color-text-muted);
}
Expand Down

0 comments on commit a6cb695

Please sign in to comment.