master
mahdi 2 years ago
parent 2036f52599
commit 9397a598fe
  1. 7
      src/App.scss

@ -139,3 +139,10 @@ iframe {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.line-clamp-3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}

Loading…
Cancel
Save