Skip to content

Commit

Permalink
fix: App center - Application description exceeds border - EXO-71810 -
Browse files Browse the repository at this point in the history
…Meeds-io/meeds#2003.

Before this change, when, create new application in app center admin, new application description is long and display application center, new app created description exceeds the card limit. After this change, App center description is truncated and app card is remained as the other default ones.
  • Loading branch information
akhanfir committed May 17, 2024
1 parent d2613c2 commit 90c5c2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
}
}
Expand Down

0 comments on commit 90c5c2e

Please sign in to comment.