mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
Add figure with media-left for CardColumnSmall.tsx as well as fa-fw tag for constant width
This commit is contained in:
@@ -36,7 +36,7 @@ const Wrapper = styled.div`
|
||||
const Container: FC = ({ children }) => <Wrapper>{children}</Wrapper>;
|
||||
|
||||
const link = "/foo/bar";
|
||||
const icon = <Icon name="icons fa-2x" className="media-left" />;
|
||||
const icon = <Icon name="icons fa-2x fa-fw" />;
|
||||
const contentLeft = <strong className="is-marginless">main content</strong>;
|
||||
const contentRight = <small>more text</small>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user