Skip to content

Commit

Permalink
Fix common.css
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 15, 2024
1 parent ef2b595 commit 16a1ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/assets/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ div.content {

@media only screen and (width <=550px) {
.search-dialog-content {
width: calc(100%- 20px);
width: calc(100% - 20px);
max-width: 480px;
}
}
Expand Down

0 comments on commit 16a1ec9

Please sign in to comment.