forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): prevent app name too long hide open icon (argoproj#16983)
* fix(ui): prevent app name too long hide open icon Signed-off-by: linghaoSu <linghao.su@daocloud.io> * fix(ui): fix app resource list lint Signed-off-by: linghaoSu <linghao.su@daocloud.io> --------- Signed-off-by: linghaoSu <linghao.su@daocloud.io> Signed-off-by: Kevin Lyda <kevin@lyda.ie>
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
ui/src/app/applications/components/application-details/application-resource-list.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.application-details__item { | ||
display: flex; | ||
|
||
.application-details__item_text { | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
|
||
.application-details__external_link { | ||
flex: 0; | ||
min-width: 13px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters