Skip to content

Commit

Permalink
ffox
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 7, 2020
1 parent 1585192 commit 0fcc8e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ a.export_card {
text-decoration: none;
}
div.export_title {
height: 90px;
flex: 0 0 auto;
border-radius: 8px;
text-orientation: sideways-right;
Expand Down

2 comments on commit 0fcc8e7

@fonsp
Copy link
Owner Author

@fonsp fonsp commented on 0fcc8e7 Oct 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/22555

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.1 -m "<description of version>" 0fcc8e77ec251a0ea751bcefa710c41cb87d182c
git push origin v0.12.1

Please sign in to comment.