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. (#315)

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.

(cherry picked from commit 6aea123)
  • Loading branch information
akhanfir authored and Jihed525 committed May 24, 2024
1 parent 799ec23 commit 6b64ca6
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 6b64ca6

Please sign in to comment.