force actions_column min-width:140px to prevent dropdown collapse

* fix bug 953750

Change-Id: I60241e85a5831ffac0d7ec5b26b13f15cafdd494
This commit is contained in:
Andy Chong 2012-03-13 18:51:28 +08:00
parent e206ba6a4c
commit ea63d2525c

View File

@ -637,6 +637,7 @@ td.actions_column {
width: 150px;
padding: 10px;
position: relative;
min-width: 140px;
min-height: 20px;
}