Skip to content
Snippets Groups Projects
Commit 739355ff authored by Antoine Dupré's avatar Antoine Dupré
Browse files

fix: display add resource on circles

parent 7d93e9b5
No related branches found
No related tags found
No related merge requests found
Pipeline #15781 passed
...@@ -380,6 +380,9 @@ main div[data-view] { ...@@ -380,6 +380,9 @@ main div[data-view] {
.listresources>div>.actions-list { .listresources>div>.actions-list {
display: none; display: none;
} }
#circles .listresources>div>.actions-list {
display: inline-block;
}
.text-xbold { .text-xbold {
font-weight: 800; font-weight: 800;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment