Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Improved display of app links
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored May 30, 2023
commit e25fb29975ed99a3a0b8607b5a177d83e6beafcc
3 changes: 3 additions & 0 deletions apps/settings/src/components/AppDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ export default {
}
&__documentation {
padding-top: 20px;
a.appslink {
display: block;
}
}
&__description {
padding-top: 20px;
Expand Down