Skip to content

Commit

Permalink
Squish event bubble tiles less (matrix-org#8740)
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown authored and JanBurp committed Jun 14, 2022
1 parent 17d3e21 commit e46dd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/messages/_EventTileBubble.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
padding: 10px;
border-radius: 8px;
margin: 10px auto;
max-width: 75%;
max-width: min(90%, 600px);
box-sizing: border-box;
display: grid;
grid-template-columns: 24px minmax(0, 1fr) min-content min-content;
Expand Down

0 comments on commit e46dd0d

Please sign in to comment.