Skip to content

Commit

Permalink
disclaimer read more css added
Browse files Browse the repository at this point in the history
  • Loading branch information
npy11 authored and npy11 committed Oct 15, 2024
1 parent 97d3495 commit 0c40301
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles/disclaimer/disclaimer.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@
.section.home-page-calculator-call-xf .discalimer-calc .discalimer-first-para {
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box!important;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.section.home-page-calculator-call-xf .discalimer-details .discalimer-calc:has(.dp-none) .discalimer-first-para{
display: -webkit-box;
}
.section.home-page-calculator-call-xf .discalimer-calc .discalimer-first-para{
display: inline-block;
font-family: Nunito-Regular, sans-serif;
Expand Down

0 comments on commit 0c40301

Please sign in to comment.