This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit f0e4ab37 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Layout

parent 96e89832
Branches
Tags
No related merge requests found
......@@ -73,12 +73,12 @@
</tr>
</tbody>
</table>
</div>
<a *ngFor="let action of getCommonActions()" class="btn btn-outline-secondary" role="button" aria-pressed="true"
style="float: left; margin-right: 5px; margin-top: 5px;" (click)="startAction(action)"
>{{action.commandName}}</a>
</div>
</div>
<div class="col-12 col-md-7 col-lg-8 col-xl-9">
<div *ngIf="results.length === 0" >
......
......@@ -2,3 +2,11 @@
font-weight: bold;
}
.card-container {
padding: 20px;
position: -webkit-sticky;
position: sticky;
top: 0;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment