Use the scripting media features for modern browsers to reduce layout shifts in tabledrag
1 open thread
Closes #3404215
Merge request reports
Activity
336 336 .tree-child-horizontal path.tree__item-horizontal { 337 337 display: block; 338 338 } 339 340 /** 341 * Use the scripting media features for modern browsers to reduce layout shifts. 342 */ 343 @media (scripting: enabled) { 344 .tabledrag-hide{ changed this line in version 7 of the diff
added 185 commits
-
59511940...4b5138e6 - 183 commits from branch
project:11.x
- ee717ec7 - Use the scripting media features for modern browsers to reduce layout shifts in tabledrag
- 23c37ecb - added-whitespace
-
59511940...4b5138e6 - 183 commits from branch
added 10 commits
-
23c37ecb...25180c43 - 8 commits from branch
project:11.x
- 456bfb1c - Use the scripting media features for modern browsers to reduce layout shifts in tabledrag
- a2bf869b - added-whitespace
-
23c37ecb...25180c43 - 8 commits from branch
added 1 commit
- 4bf0c88c - Attempt to fix vertical layout shifting for tables
added 1 commit
- 8469f32c - Attempt to fix vertical layout shifting for tables
added 1 commit
- 752f8f1b - Attempt to fix vertical layout shifting for tables
Please register or sign in to reply