Browse Source

fix: styling in EditNews footer

Kristian Vos 3 years ago
parent
commit
dad017a47f
1 changed files with 13 additions and 3 deletions
  1. 13 3
      frontend/src/components/modals/EditNews.vue

+ 13 - 3
frontend/src/components/modals/EditNews.vue

@@ -46,9 +46,8 @@
 							:user-id="createdBy"
 							:alt="createdBy"
 							:link="true"
-						/>
-					</span>
-					<span :title="new Date(createdAt)">
+						/> </span
+					>&nbsp;<span :title="new Date(createdAt)">
 						{{
 							formatDistance(createdAt, new Date(), {
 								addSuffix: true
@@ -257,4 +256,15 @@ export default {
 		width: 100%;
 	}
 }
+
+.edit-news-modal .modal-card .modal-card-foot {
+	.control {
+		margin-bottom: 0 !important;
+	}
+
+	.right {
+		line-height: 36px;
+		column-gap: 0;
+	}
+}
 </style>