Commit 3c786fcb by Bence Dányi

webui: fix name container width

parent 38647509
......@@ -94,7 +94,7 @@
.summary .name {
.vendorVal(width, calc, "100% - 200px");
span {
.vendorVal(width, calc, "60% + 95px");
.vendorVal(width, calc, "100% - 110px");
.vendorVal(max-width, calc, "100% - 95px");
}
}
......@@ -202,7 +202,7 @@
.name {
.vendorVal(width, calc, "100% - 200px");
span {
.vendorVal(width, calc, "60% + 95px");
.vendorVal(width, calc, "100% - 110px");
.vendorVal(max-width, calc, "100% - 95px");
}
.details {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment