Why a new div segment coming in same line as other, i want the div segment to come in next line
Summary:
Hi Experts
In below UI page i have added image within a panel but it is coming next to my table panel as shown.
I want the panel with image to appear after the table panel i.e. down the page and not side by side, how can i achieve this
<div class="oj-panel oj-sm-12">
<div class="oj-flex-item oj-sm-flex-direction-column">
<img :src="[[ $application.path + 'resources/images/favicon-dark.ico' ]]">
</div>
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):