7 lines
130 B
CSS
7 lines
130 B
CSS
|
.bubble {
|
||
|
background-color: white;
|
||
|
border-radius: 10px;
|
||
|
padding: 5px;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|