-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add attribute to have bib width match content width #216
- Loading branch information
1 parent
c8079af
commit f84293c
Showing
8 changed files
with
110 additions
and
3 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,15 @@ | ||
<auro-select flexMenuWidth id="flexMenuWidthExample"> | ||
<auro-menu> | ||
<auro-menuoption value="united states">United States has a country code of (+1)</auro-menuoption> | ||
<auro-menuoption value="costa rica">Costa Rica has a country code of (+506)</auro-menuoption> | ||
<auro-menuoption value="mexico">Mexico has a country code of (+52)</auro-menuoption> | ||
<auro-menuoption value="afghanistan">Afghanistan has a country code of (+93)</auro-menuoption> | ||
<auro-menuoption value="albania">Albania has a country code of (+355)</auro-menuoption> | ||
</auro-menu> | ||
</auro-select> | ||
|
||
<style> | ||
#flexMenuWidthExample::part(dropdownTrigger) { | ||
width: 25%; | ||
} | ||
</style> |
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
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
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
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