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

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Archibald committed Nov 13, 2023
1 parent 4ce32fe commit 05ec2f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/css/views/rooms/_RoomHeader.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ limitations under the License.
cursor: pointer;
user-select: none;

/* RoomAvatar doesn't pass classes down to avatar
So set style here
using div because compound classes are not stable */
> div {
flex-shrink: 0;
}
Expand Down

0 comments on commit 05ec2f8

Please sign in to comment.