fix: course card edit and delete button position

This commit is contained in:
Jannat Patel
2023-09-13 10:39:32 +05:30
parent 1a07021bbf
commit 87e5096f5d
2 changed files with 11 additions and 2 deletions

View File

@@ -2343,4 +2343,13 @@ select {
.embed-tool__caption {
display: none;
}
.card-buttons {
display: flex;
position: relative;
top: 10%;
left: 80%;
z-index: 10;
width: fit-content;
}