-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RedundancyGroupListItem: Remove plugin output from caption
- Loading branch information
Showing
2 changed files
with
7 additions
and
101 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,19 +1,7 @@ | ||
.redundancy-group-list-item { | ||
.caption { | ||
display: flex; | ||
align-items: baseline; | ||
|
||
.plugin-output { | ||
// Allows the plugin output width to grow or shrink based on the width of object statistics | ||
flex: 1 1 auto; | ||
// Since caption is not -webkit-box anymore, its line-clamp rule will not be inherited | ||
// and hence applied here directly | ||
.line-clamp(2); | ||
} | ||
|
||
.object-statistics { | ||
// Prevents the wrapping effect caused by changing caption to a flexbox | ||
flex: 0 0 auto; | ||
justify-content: end; | ||
} | ||
} | ||
} |