8 lines
144 B
CSS
8 lines
144 B
CSS
|
.chromadb_settings .menu_button {
|
||
|
width: fit-content;
|
||
|
display: flex;
|
||
|
gap: 10px;
|
||
|
align-items: center;
|
||
|
flex-direction: row;
|
||
|
}
|