| @@ -67,14 +67,8 @@ | ||
| 67 | 67 | /** |
| 68 | 68 | * Focus styles. |
| 69 | 69 | */ |
| 70 | 70 | /** |
| 71 | - * Standard focus rings for the WordPress Design System. | |
| 72 | - * | |
| 73 | - * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, | |
| 74 | - * e.g. `&:focus { @include outset-ring__focus(); }`. | |
| 75 | - */ | |
| 76 | -/** | |
| 77 | 71 | * Applies editor left position to the selector passed as argument |
| 78 | 72 | */ |
| 79 | 73 | /** |
| 80 | 74 | * Styles that are reused verbatim in a few places |
| @@ -141,8 +135,13 @@ | ||
| 141 | 135 | } |
| 142 | 136 | |
| 143 | 137 | .patterns-rename-pattern-category-modal__validation-message { |
| 144 | 138 | color: #cc1818; |
| 139 | +} | |
| 140 | +@media (min-width: 782px) { | |
| 141 | + .patterns-rename-pattern-category-modal__validation-message { | |
| 142 | + width: 320px; | |
| 143 | + } | |
| 145 | 144 | } |
| 146 | 145 | |
| 147 | 146 | .pattern-overrides-control__allow-overrides-button { |
| 148 | 147 | width: 100%; |