mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
Enrich styleguide with new features, rules and changes
The styleguide for usage of visual elements has not been updated for a long time. In the course of this story it should be adapted to the current standards and rules. In addition, heavy violations were rectified directly.
This commit is contained in:
@@ -45,7 +45,6 @@ type Props = {
|
||||
};
|
||||
|
||||
const PermaLinkWrapper = styled.div`
|
||||
margin: 1.2rem 0 0 1.5rem;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
font-size: 13px;
|
||||
@@ -132,7 +131,7 @@ const Breadcrumb: FC<Props> = ({ repository, branch, defaultBranch, revision, pa
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="is-flex">
|
||||
<div className="is-flex is-align-items-center">
|
||||
<PermaLinkWrapper>
|
||||
{copying ? (
|
||||
<Icon name="spinner fa-spin" />
|
||||
|
||||
Reference in New Issue
Block a user