Skip to content

Commit

Permalink
fix: Remove inline-block from QuotedLink
Browse files Browse the repository at this point in the history
Not sure why it doesn't work in Styleguidist, seems to be fine on a real app.
  • Loading branch information
sapegin committed Sep 3, 2020
1 parent 3d5709b commit 028e89b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/QuotedLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import styled from 'styled-components';
* “Quoted” link component, a link where only content inside the `<u>` tag is underlined. Useful for links in quotes or links with images.
*/
export const QuotedLink = styled.a`
display: inline-block;
padding: 0;
background: none;
border: 0;
Expand Down

0 comments on commit 028e89b

Please sign in to comment.