Fix UI issues with rename and delete actions

This commit is contained in:
yflory
2016-12-12 12:03:54 +01:00
parent 319ce5d8c8
commit fdb5c2ddb5
4 changed files with 10 additions and 4 deletions

View File

@@ -214,6 +214,10 @@ li {
vertical-align: top;
}
#content .grid li .name {
width: 100%;
}
#content .grid li input {
width: 100%;
}