File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -396,6 +396,23 @@ li.L9 {
396396 .flex-column-mobile i {
397397 margin-bottom : 0 !important ; /* Reduce gap below icon on mobile */
398398 }
399+ /* Target the specific row containing tabs and action buttons */
400+ .row .mb-4 {
401+ display : flex;
402+ flex-direction : column; /* Stack items vertically */
403+ }
404+
405+ /* Move the tabs below the action buttons */
406+ .row .mb-4 .col-12 .col-md-6 .d-flex .justify-content-start {
407+ order : 1 ; /* Move tabs below the action buttons */
408+ }
409+
410+ /* Ensure action buttons stay at the top */
411+ .row .mb-4 .col-12 .col-md-6 .d-flex .justify-content-end {
412+ order : 2 ; /* Keep action buttons at the top */
413+ margin-bottom : 15px ; /* Add some space below action buttons */
414+ }
415+
399416}
400417
401418/* On larger screens, the default horizontal layout will be kept */
You can’t perform that action at this time.
0 commit comments