fix issue/pr ref widget error title style
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
Родитель
b3748773a5
Коммит
47a062e238
|
@ -22,7 +22,7 @@
|
|||
<template>
|
||||
<div class="github-issue-pr-reference">
|
||||
<div v-if="isError">
|
||||
<h3>
|
||||
<h3 class="error-title">
|
||||
<GithubIcon :size="20" class="icon" />
|
||||
<span>{{ t('integration_github', 'GitHub API error') }}</span>
|
||||
</h3>
|
||||
|
@ -513,10 +513,11 @@ export default {
|
|||
text-decoration: unset !important;
|
||||
}
|
||||
|
||||
h3 {
|
||||
.error-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
.icon {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче