Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/WP-782: Resized View Full Path link in modals #1036

Merged
merged 11 commits into from
Jan 8, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
align-items: center;
gap: 1rem;
}

.combined-breadcrumbs .breadcrumb-container button {
font-size: 1rem;
}
wesleyboar marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
.h-100 {
padding: 0 10px;
}
.breadcrumbs-container {
wesleyboar marked this conversation as resolved.
Show resolved Hide resolved
font-size: 1.2rem;
wesleyboar marked this conversation as resolved.
Show resolved Hide resolved
}
.breadcrumbs {
font-size: 12px;
wesleyboar marked this conversation as resolved.
Show resolved Hide resolved
padding-top: 5px;
padding-bottom: 5px;
color: #707070;
Expand Down
4 changes: 3 additions & 1 deletion client/src/components/_common/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@
}

.root.as-link {
font-size: 1rem;
font-size: inherit;
}



.icon--before {
composes: c-button__icon--before from '../../../styles/components/c-button--new.css';
}
Expand Down