Fix card layout in Dev UI#16985
Fix card layout in Dev UI#16985gsmet merged 2 commits intoquarkusio:mainfrom netodevel:feature/netodevel-layout-result-tests
Conversation
|
This workflow status is outdated as a new workflow run has been triggered. DetailsFailing Jobs - Building c3aed16
Full information is available in the Build summary check run. Test Failures⚙️ JVM Tests - JDK 11 #📦 core/test-extension/deployment✖ ⚙️ JVM Tests - JDK 11 Windows #📦 core/test-extension/deployment✖ ⚙️ JVM Tests - JDK 15 #📦 core/test-extension/deployment✖ |
gsmet
left a comment
There was a problem hiding this comment.
Thanks! I added a couple of questions/comments.
| <a href="{it['metadata']['guide']}" class="text-muted float-right" title="Guide"><i class="fa fa-book"></i></a> | ||
| {/if} | ||
| <div class="row"> | ||
| <div class="col-md-10"> |
There was a problem hiding this comment.
I don't know why, but if I put 11, the button guide ends up going down.
I think it ends up leaving the limits of the bootstrap grid.
| <div class="col-md-10"> | ||
| {it['name']} | ||
| </div> | ||
| <div class="col-md-1"> |
There was a problem hiding this comment.
From what I can see, the icon is significantly more to the left. Could we adjust that with some alignment and padding?
|
@gsmet , can we merge? |
|
Yes, thanks! |

always keep the guide button on the right side.
Before
After