We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9dacf commit 3e5dc1fCopy full SHA for 3e5dc1f
1 file changed
source/features/github-bugs.css
@@ -161,6 +161,22 @@ div[class^='prc-PageHeader-Description']
161
height: 32px;
162
}
163
164
+/* Fix PR title width on small & medium screens */
165
+/* Info: https://github.com/refined-github/refined-github/issues/9180 */
166
+/* Test: https://github.com/refined-github/refined-github/pull/9179/changes */
167
+react-app[app-name='pull-requests'] {
168
+ @media (max-width: 1011px) {
169
+ div[class^='prc-PageHeader-TitleArea'] {
170
+ grid-area: 2 / 1 / auto / -1;
171
+ }
172
173
+ @container (width <= 1011px) {
174
175
176
177
178
+}
179
+
180
/*
181
182
Test URLs:
0 commit comments