Allow editing of cookies in table

This patch adds support to edit all cookie columns in the
Cookie Table.

Fixed: chromium:1040096
Screenshot: https://imgur.com/a/ZcglPJH
Change-Id: I3cf56e9f6940be7f7506b4fdb55251543962d1cc
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1997343
Reviewed-by: Brandon Goddard <[email protected]>
Reviewed-by: Sigurd Schneider <[email protected]>
Commit-Queue: Jan Scheffler <[email protected]>
diff --git a/front_end/ui/checkboxTextLabel.css b/front_end/ui/checkboxTextLabel.css
index 73c2591..0855bd6 100644
--- a/front_end/ui/checkboxTextLabel.css
+++ b/front_end/ui/checkboxTextLabel.css
@@ -18,6 +18,11 @@
     flex-shrink: 0;
 }
 
+input.inside-datagrid {
+    height: 10px;
+    width: 10px;
+}
+
 input:focus {
     outline: auto 5px -webkit-focus-ring-color;
 }