Skip to content
Snippets Groups Projects

border-box property added to tabledrag-handle

Open Gaurav requested to merge issue/drupal-2552195:2552195-tabledrag-handle-css-in into 11.x
4 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -37,6 +37,8 @@ a.tabledrag-handle:hover {
text-decoration: none;
}
a.tabledrag-handle .handle {
-webkit-box-sizing: content-box;
box-sizing: content-box;
width: 14px;
height: 14px;
margin: -0.4em 0.5em 0;
Loading