# Fresh & clean new cell name display

**URL:** https://talk.observablehq.com/t/fresh-clean-new-cell-name-display/1456
**Category:** Announcements
**Created:** [December 4, 2018, 4:19am UTC](https://talk.observablehq.com/t/fresh-clean-new-cell-name-display/1456 "2018-12-04T04:19:19Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![mootari](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.observablehq.com/mootari/32/581_2.png) [@mootari](https://talk.observablehq.com/u/mootari)
#### Post date: [February 26, 2019, 11:20pm UTC](https://talk.observablehq.com/t/fresh-clean-new-cell-name-display/1456/11 "2019-02-26T23:20:32Z")

</div>

Observable dropped the “beta.” subdomain, so you might need to update your user style domain:

```auto
@-moz-document domain("observablehq.com") {
div[id][data-node-id]:before {
  content: attr(id);
  position: absolute;
  right: calc(100% + 20px);
  top: 5px;
  pointer-events: none;
  z-index: 1;
}
}

```

---

_[View the full topic](https://talk.observablehq.com/t/fresh-clean-new-cell-name-display/1456)._
