# האמן תווית ב-UI

**URL:** https://meta.discourse.org/t/capitalize-a-tag-in-the-ui/57756
**Category:** Support
**Created:** [21 בפברואר,‏ 2017,‏ 11:59pm UTC](https://meta.discourse.org/t/capitalize-a-tag-in-the-ui/57756 "2017-02-21T23:59:23Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [22 בפברואר,‏ 2017,‏ 4:24pm UTC](https://meta.discourse.org/t/capitalize-a-tag-in-the-ui/57756/11 "2017-02-22T16:24:55Z")

</div>

Added two more rules to fix some lingering formatting issues - now the grey background exists for the tag filter, and the tag is properly aligned in the dropdown:

 ![](https://global.discourse-cdn.com/meta/original/3X/7/7/773a6cd6b91e0121598f6b8ae368f483a468d240.png)

```plaintext
.tag-bears:not(.tag-drop) {
	visibility: hidden;
	position: relative;
}

.tag-bears:not(.tag-drop):after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	content: "bEars";
}

.tag-badge-wrapper.badge-wrapper.bullet.tag-bears:after{
   position: absolute;
   padding: 5px;
}

.badge-category.tag-bears:after{
    padding: 5px 8px;
    background: #e9e9e9 !important
}

.discourse-tags .discourse-tag.tag-bears.simple:not(:last-child):after, .list-tags .discourse-tag.tag-bears.simple:not(:last-child):after {
	content: "bEars, " !important;
}

.list-tags, .discourse-tag.tag-bears:not(.tag-drop) {
	margin-right: .5em;
}

```

---

_[View the full topic](https://meta.discourse.org/t/capitalize-a-tag-in-the-ui/57756)._
