Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix : #1418 Mobile view error when text is to long (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
thevinitgupta authored Jul 4, 2022
1 parent 7e8b852 commit a02b722
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Components/Links.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@
width: 90%;
}
}

/* fixes issue in link button for long texts */
@media screen and (max-width : 590px){
.p-button.p-button-outlined{
max-width: 85vw;
margin: auto;
}
}

0 comments on commit a02b722

Please sign in to comment.