This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added size property to oc-tag (#2011)
* Added size property to oc-tag * update changelog item * Add size examples to docs for OcTag * Fix OcTag size tests * Rethink sizing implementation in OcTag * Re-introduce min-height to OcTag sizes Co-authored-by: Pascal Wengerter <[email protected]>
- Loading branch information
1 parent
2c44e4e
commit 27ffb29
Showing
3 changed files
with
56 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Enhancement: Apply size property to oc-card | ||
|
||
We've added a size property to oc-tag | ||
|
||
https://github.com/owncloud/owncloud-design-system/pull/2011 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`OcTag uses correct component when type is specified 1`] = `<button class="oc-tag oc-tag-button"></button>`; | ||
exports[`OcTag uses correct component when type is specified 1`] = `<button class="oc-tag oc-tag-m oc-tag-button"></button>`; |