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

Change regulation results table columns to be more consistent #486

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const ListHeaders = () => (
<div className="list-header name">Nimi ja osoite</div>
<div className="list-header date">Valmistumispäivä</div>
<div className="list-header property-manager">
Isännöitsijätiedot
Isännöitsijän
<br />
päivitetty viimeksi
sähköpostiosoite
</div>
</div>
);
Expand Down
10 changes: 10 additions & 0 deletions frontend/src/styles/components/_Functions.sass
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
padding: $spacing-m
.list-headers
width: 63%
padding-right: 0
.results-list__item
cursor: inherit
padding: 0
Expand All @@ -128,7 +129,16 @@
@include flex-flow(row nowrap)
@include justify-content(space-between)
@include align-items(center)
gap: $spacing-s
width: 63%
& > a
width: 100%
.date
min-width: 90px
text-align: right
.property-manager
width: 100%
text-align: right
.buttons
@include flexbox()
@include justify-content(flex-end)
Expand Down
Loading