Skip to content

Commit

Permalink
Improve styles of the translation table form
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Sep 19, 2024
1 parent b6c8af9 commit cc5287a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/css/translation.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,21 +100,21 @@
}
#words .item {
flex-direction: column;
padding-bottom: 20px;
padding-bottom: 40px;
}
#words .elem {
width: 100%;
flex-direction: column;
padding-bottom: 0;
}
#words .elem:first-child {
padding-right: 0;
padding: 0;
}
#words .elem > div {
width: 100%;
}
#words .elem > div:first-child {
margin-bottom: 10px;
margin-bottom: 7px;
}
#words .elem > div:last-child {
display: flex;
Expand Down

0 comments on commit cc5287a

Please sign in to comment.