43 lines
1.2 KiB
Markdown
43 lines
1.2 KiB
Markdown
<!--
|
|
Please read our Contributing Guide and Code of Conduct before you
|
|
submit a pull request.
|
|
|
|
Contributing Guide: https://github.com/fomantic/Fomantic-UI/blob/master/CONTRIBUTING.md
|
|
Code of Conduct: https://github.com/fomantic/Fomantic-UI/blob/master/CODE_OF_CONDUCT.md
|
|
|
|
----
|
|
|
|
Please use the following pull request title format:
|
|
"[<scope>] <summary of what you fixed/changed>"
|
|
-->
|
|
|
|
## Description
|
|
<!-- Describe what you fixed/changed in great detail (required). -->
|
|
|
|
## Testcase
|
|
<!--
|
|
If possible create an example of your change via a JSFiddle.
|
|
|
|
How to create an example:
|
|
1. Open the following JSFiddle - https://jsfiddle.net/31d6y7mn
|
|
2. Click "Fork" at the top
|
|
3. Add the minimum required HTML, CSS and JavaScript which shows your change
|
|
4. Click "Save" at the top
|
|
5. Copy the URL of your fiddle and link it here
|
|
-->
|
|
|
|
## Screenshot (if possible)
|
|
<!--
|
|
If possible include images or gifs of your issue.
|
|
|
|
E.g. Incorrect component CSS should include an image of what the
|
|
component looks like.
|
|
|
|
If your looking for a tool we recommend ShareX - https://github.com/ShareX/ShareX
|
|
-->
|
|
|
|
## Closes
|
|
<!--
|
|
List all the issues this pull request closes (only if it does).
|
|
-->
|
|
#<issue id>, #<issue id>, #<issue id>
|