Etemplate: Give date-duration number a little more space. It can now fit "10.25"

This commit is contained in:
nathangray 2021-05-31 14:16:33 -06:00
parent f953d7a3b2
commit d0e7664eaa

View File

@ -527,10 +527,10 @@ span.et2_date span {
span.et2_date_duration {
border: 1px solid gray;
border-radius: 3px;
display: inline-block;
display: flex;
}
span.et2_date_duration .et2_date_duration {
width: 3em;
width: 4.5em;
text-align: right;
border: none;
outline: none;