# Dashboard 2.0 is now Generally Available

**URL:** https://discourse.nodered.org/t/dashboard-2-0-is-now-generally-available/84913
**Category:** Dashboard
**Tags:** dashboard-2
**Created:** [25 January 2024 16:59 UTC](https://discourse.nodered.org/t/dashboard-2-0-is-now-generally-available/84913 "2024-01-25T16:59:41Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![hotNipi](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hotnipi/32/383_2.png) [@hotNipi](https://discourse.nodered.org/u/hotNipi)
#### Post date: [26 January 2024 08:51 UTC](https://discourse.nodered.org/t/dashboard-2-0-is-now-generally-available/84913/14 "2024-01-26T08:51:21Z")

</div>

> [@Dashboard 2 Beta development](https://discourse.nodered.org/t/dashboard-2-beta-development/83550/167):
>
> Now if only these massive line-heights/padding/height could also be adjusted that would be nice

I tried a bit. Kind of something can be done. It takes time to try it out for all possible widgets but I tried with some.

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/8/8/8884095f61dda1ab8f3a19960ecbcd80855f6b0b.png)

For group add the class

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/a/7/a751956472fcfd25c84515aed438a05a64cdd82e.png)

and that bit of CSS override for page:

```auto
.condenced-layout{
    --layout-gap:0px;  
    --widget-row-height:24px;  
}
.condenced-layout .v-card-text .nrdb-ui-widget{
    padding-inline:.5em;
    align-items: center;
}
.condenced-layout .v-btn.v-btn--density-default{
    height: fit-content;
}
.condenced-layout .v-input--density-default {
    --v-input-control-height: 26px;
    --v-input-padding-top: 8px;
}

```

---

_[View the full topic](https://discourse.nodered.org/t/dashboard-2-0-is-now-generally-available/84913)._
