Small style updates
This commit is contained in:
parent
0e9fc297fb
commit
7f231aecdf
|
@ -40,7 +40,7 @@
|
|||
background: var(--spectrum-global-color-gray-100);
|
||||
display: grid;
|
||||
place-items: center;
|
||||
width: 40px;
|
||||
width: 46px;
|
||||
border-left: var(--cell-border);
|
||||
}
|
||||
.new-column:hover {
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
.users {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 0 10px;
|
||||
gap: 8px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue