Răsfoiți Sursa

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

Jamie Thingelstad 11 ani în urmă
părinte
comite
8b559301d5
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  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;
   z-index: 100000;
   white-space: nowrap;
   white-space: nowrap;
 }
 }
+#p-cactions #drop1 a {
+  width: 100%;
+  text-align: left;
+}
+
 /* Make sure top bar is even more z-indx! */
 /* Make sure top bar is even more z-indx! */
 #toolbox-dropdown {
 #toolbox-dropdown {
   z-index: 10000000;
   z-index: 10000000;