Skip to content

Commit

Permalink
feat(#1446): copy icon position in datasets list (#1448)
Browse files Browse the repository at this point in the history
Closes #1446

(cherry picked from commit 00172c4)
  • Loading branch information
leiyre authored and frascuchon committed Jun 6, 2022
1 parent a7dfb1a commit 9c609b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 4 additions & 2 deletions frontend/components/core/ReBreadcrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
class="breadcrumbs__item"
v-if="breadcrumb.link"
:to="breadcrumb.link"
>
{{ breadcrumb.name }}
>{{ breadcrumb.name }}
</NuxtLink>
<span
class="breadcrumbs__item --action"
Expand Down Expand Up @@ -96,11 +95,14 @@ export default {
}
li {
margin: auto 0.5em auto auto;
white-space: nowrap;
&:not(:last-child):after {
content: "/";
margin-left: 0.5em;
}
&:last-child {
word-break: break-all;
white-space: pre-line;
font-weight: 600;
a {
cursor: default;
Expand Down
4 changes: 0 additions & 4 deletions frontend/components/core/table/ReTableInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,6 @@ export default {
@include font-size(15px);
hyphens: auto;
word-break: break-word;
span {
display: flex;
align-items: center;
}
.button-icon {
margin-left: 5px;
padding: 0;
Expand Down

0 comments on commit 9c609b0

Please sign in to comment.