Skip to content

Commit

Permalink
Fixed layout problem in Koski-tutkinnot list in hakemus view
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkamak committed Jan 29, 2025
1 parent 963c263 commit f918ccc
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions resources/less/hakija.less
Original file line number Diff line number Diff line change
Expand Up @@ -3188,26 +3188,13 @@ i.arkistoitu {
}
}

.application__fixed-koski-tutkinto-container {
align-items: center;
display: flex;
justify-content: space-between;
flex-flow: row nowrap;
padding: 19px;
margin-bottom: 1px;
font-size: 14px;
font-weight: bold;
background-color: @primary-green-700;
color: @white;
}

.application__fixed-koski-tutkinto-item {
align-items: flex-start;
cursor: pointer;
display: flex;
justify-content: space-between;
flex-flow: row nowrap;
padding: 19px;
justify-content: flex-start;
padding: 10px 19px;
margin-bottom: 1px;
font-size: 14px;
background-color: @primary-green-100;
Expand Down

0 comments on commit f918ccc

Please sign in to comment.