Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a434402

Browse files
authored
Hide overflow of public room description on spotlight dialog result (#8870)
1 parent ee4484f commit a434402

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

res/css/views/dialogs/_SpotlightDialog.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,14 +283,15 @@ limitations under the License.
283283
}
284284
}
285285
.mx_SpotlightDialog_result_publicRoomDescription {
286-
display: -webkit-box;
287286
color: $secondary-content;
288287
font-size: $font-12px;
289288
white-space: normal;
290289
word-wrap: break-word;
291290
line-height: $font-20px;
291+
display: -webkit-box;
292292
-webkit-box-orient: vertical;
293293
-webkit-line-clamp: 3;
294+
overflow: hidden;
294295
}
295296
}
296297

0 commit comments

Comments
 (0)