Automattic / Automattic/dops-components

Notice is too wide

Open
#74 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
9
Forks
6
PR merge metrics
No merged PRs in 30d

Description

too wide

It's solved after modifying this rule
```css
@media (min-width: 1041px) {
.global-notices {
right: 32px;
max-width: calc( 100% - 200px);
} }
```

cc @MichaelArestad @jeffgolenski

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.