Commit e5568462 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Adjust icon alignment

CSS reset via tailwind preflight changes SVG default display. Adjust to
make things look as before.

See https://tailwindcss.com/docs/preflight#images-are-block-level
parent 473e2cd8
......@@ -171,7 +171,7 @@ function SelectionTabs({ annotationsService, isLoading, settings }) {
<br />
Create one by selecting some text and clicking the{' '}
<Icon
classes="hyp-u-margin--1 u-inline"
classes="m-0.5 inline -mt-0.5"
name="annotate"
title="Annotate"
/>{' '}
......
......@@ -108,8 +108,8 @@ function ShareAnnotationsPanel({ toastMessenger }) {
)}{' '}
<span>
Private (
<Icon name="lock" classes="inline" /> <em>Only Me</em>)
annotations are only visible to you.
<Icon name="lock" classes="inline -mt-0.5" /> <em>Only Me</em>
) annotations are only visible to you.
</span>
</p>
<ShareLinks shareURI={shareURI} />
......
......@@ -81,7 +81,6 @@ a.MenuItem:hover {
.MenuItem__icon {
@include utils.icon--medium;
color: inherit;
display: inline-block;
margin-right: 4px;
position: relative;
&-container {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment