Merge pull request #209 from ZhenyaGoroh/fix-release-notes-date-margin

Fixed release notes date alignment
This commit is contained in:
NOCanoa
2024-10-01 18:29:58 +01:00
committed by GitHub

View File

@@ -58,7 +58,7 @@ function DateContainer({ data }: { data: ReleaseNote }) {
}
const dateContainerStyles =
"ml-10 mr-24 mt-1 h-fit min-w-52 text-xs text-muted-foreground";
"ml-5 md:ml-10 mr-24 mt-1 h-fit min-w-52 text-xs text-muted-foreground";
export default function ReleaseNoteElement({ data }: { data: ReleaseNote }) {
return (