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.
  • Loading branch information
akhanfir authored and exo-swf committed May 26, 2024
1 parent 91cceb2 commit e15d7a3
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 e15d7a3

Please sign in to comment.