1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Squish event bubble tiles less (#8740)

This commit is contained in:
Robin
2022-06-02 09:10:41 -04:00
committed by GitHub
parent f152310c08
commit 4b957b57af

View File

@@ -19,7 +19,7 @@ limitations under the License.
padding: 10px; padding: 10px;
border-radius: 8px; border-radius: 8px;
margin: 10px auto; margin: 10px auto;
max-width: 75%; max-width: min(90%, 600px);
box-sizing: border-box; box-sizing: border-box;
display: grid; display: grid;
grid-template-columns: 24px minmax(0, 1fr) min-content min-content; grid-template-columns: 24px minmax(0, 1fr) min-content min-content;