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

Commit

Permalink
Hide overflow of public room description on spotlight dialog result (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul committed Jun 19, 2022
1 parent ee4484f commit a434402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/css/views/dialogs/_SpotlightDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -283,14 +283,15 @@ limitations under the License.
}
}
.mx_SpotlightDialog_result_publicRoomDescription {
display: -webkit-box;
color: $secondary-content;
font-size: $font-12px;
white-space: normal;
word-wrap: break-word;
line-height: $font-20px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
}

Expand Down

0 comments on commit a434402

Please sign in to comment.