Skip to content
Snippets Groups Projects
Commit 73aa3c3d authored by Andrew Kapuscinski's avatar Andrew Kapuscinski Committed by Nathan Hertz
Browse files

changed button to align left instead of center

parent 4bf6b6e8
No related branches found
No related tags found
1 merge request!330added button to /workspaces page for creating a std imaging capability request
Pipeline #2157 passed
This commit is part of merge request !330. Comments created here will be created in the context of that merge request.
<div class="container border border-dark rounded py-3 mt-2">
<h4>Null Capability</h4>
<div id="button-container" class="d-flex justify-content-center py-2">
<div id="button-container" class="d-flex justify-content-left py-2">
<div class="d-flex px-2">
<button
type="button"
......@@ -55,7 +55,7 @@
</div>
</div>
</div>
<div id="button-container" class="d-flex justify-content-center py-2">
<div id="button-container" class="d-flex justify-content-left py-2">
<div class="d-flex px-2">
<button
type="button"
......@@ -116,7 +116,7 @@
</div>
</div>
</div>
<div id="button-container" class="d-flex justify-content-center py-2">
<div id="button-container" class="d-flex justify-content-left py-2">
<div class="d-flex px-2">
<button
class="btn btn-lg btn-warning"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment