Merge "Tweak style for collapsed gr-message"
This commit is contained in:
@@ -76,6 +76,10 @@ limitations under the License.
|
||||
.message {
|
||||
max-width: 80ch;
|
||||
}
|
||||
.collapsed .message {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.collapsed .name,
|
||||
.collapsed .content,
|
||||
.collapsed .message,
|
||||
@@ -93,6 +97,7 @@ limitations under the License.
|
||||
}
|
||||
.collapsed .content {
|
||||
flex: 1;
|
||||
margin-right: .25em;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user