Skip to content
Snippets Groups Projects
Commit 898d0163 authored by bbaer's avatar bbaer
Browse files

forgot to wrap calc

parent b75b0eb3
No related branches found
No related tags found
2 merge requests!517F15036: Implemented new feature for Summary additional row in subrecord....,!509F6250 enhance layout subrecord
Pipeline #8592 passed
......@@ -1266,7 +1266,7 @@ legend {
/* margin-bottom: 25px; */
padding-bottom: 0px !important;
font-size: 17px;
width: calc(100% + 22px);
width: ~"calc(100% + 22px)";
border: 1px solid #ccc;
border-radius: 4px 4px 0 0;
border-bottom: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment