fix(css): correct broken task creation dropdown on groups

This commit is contained in:
SabreCat
2022-11-01 22:23:00 -05:00
parent c7e73f9b85
commit eee8ad2029

View File

@@ -45,7 +45,7 @@
v-html="$t('dayStart', { startTime: groupStartTime } )" v-html="$t('dayStart', { startTime: groupStartTime } )"
> >
</div> </div>
<div class="ml-2"> <div class="create-task-area ml-2">
<button <button
id="create-task-btn" id="create-task-btn"
v-if="canCreateTasks" v-if="canCreateTasks"
@@ -132,6 +132,14 @@
margin-bottom: 0px; margin-bottom: 0px;
} }
.create-task-area {
position: inherit;
.dropdown {
right: 24px;
}
}
.day-start { .day-start {
height: 2rem; height: 2rem;
padding: 0.25rem 0.75rem; padding: 0.25rem 0.75rem;