restore badge-title appearance

This commit is contained in:
2021-12-16 22:35:47 +01:00
parent 37ed6b7591
commit a6cc6221d6
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div id="workEditor" class="my-4">
<div id="workEditor" class="accompanying_course_work_edit my-4">
<div id="title" class="action-row">
<div>
<p class="wl-item social-issues">
@@ -9,7 +9,7 @@
</p>
</div>
<h2 class="badge-title">
<span class="title_label">Action</span>
<span class="title_label"></span>
<span class="title_action">{{ work.socialAction.text }}</span>
</h2>
</div>