Changes

From Drawn to Life Wiki
changed template td entry to inline-block
Line 44: Line 44:  
}
 
}
 
.TEMPLATE-TD_Text {
 
.TEMPLATE-TD_Text {
     display: inline-flex;
+
     display: inline-block;
 
     padding-left: 1em;
 
     padding-left: 1em;
 
}
 
}