Skip to content

Commit

Permalink
add exact height to package title container
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro-Melnyshyn committed Jan 20, 2025
1 parent d475cb5 commit 45d563f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

.titlesListContainer {
max-width: calc(var(--container-max-width) - 2rem);
height: 560px;
margin: 0 auto;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import InternalLink from '../../../../internal-link';
import CoverageDateList from '../../../../coverage-date-list';
import { isBookPublicationType } from '../../../../utilities';

import styles from '../../package-show.css';
import styles from './PackageTitleList.css';

const COLUMNS = {
STATUS: 'status',
Expand All @@ -22,7 +22,7 @@ const COLUMNS = {
MANAGED_EMBARGO: 'managedEmbargo',
};

const MAX_HEIGHT = 526;
const MAX_HEIGHT = 520;

const propTypes = {
count: PropTypes.number.isRequired,
Expand Down

0 comments on commit 45d563f

Please sign in to comment.