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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;