Both output come different how to get same result local and live(cloud) and this report html in pass
From Date: {{ from_date }}
{% if user_full_name %}
User: {{ user_full_name }}
{% endif %}
To Date: {{ to_date }}
and css .date-container {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
} How to solve this layout issue and get same output in live(cloud) and local
Ok @519_Hamza_Habeeb I Apply Css in Flex place float class like .date-container {
overflow: auto;
margin-bottom: 10px;
}
.date-container p {
float: left;
margin: 0;
padding: 0;
width: 30%;
}
.date-container p:last-child {
float: right;
} but it is not working still has issues locally in perfect live(cloud) in not properly running