8 lines
151 B
CSS
8 lines
151 B
CSS
.bubble {
|
|
background-color: white;
|
|
border-radius: 10px;
|
|
padding: 5px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-width: 80px;
|
|
} |