Ver código fonte

Set width to fix #74. Not sure why this became an issue though.

Jamie Thingelstad 11 anos atrás
pai
commit
8b559301d5
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      assets/stylesheets/foreground.css

+ 5 - 0
assets/stylesheets/foreground.css

@@ -30,6 +30,11 @@ body.action-formedit .row.hide-on-form-edit { display: none;}
   z-index: 100000;
   white-space: nowrap;
 }
+#p-cactions #drop1 a {
+  width: 100%;
+  text-align: left;
+}
+
 /* Make sure top bar is even more z-indx! */
 #toolbox-dropdown {
   z-index: 10000000;