dev / app /components /chat /CodeBlock.module.scss
Charan5775's picture
Add application file
8f7821c
raw
history blame contribute delete
172 Bytes
.CopyButtonContainer {
button:before {
content: 'Copied';
font-size: 12px;
position: absolute;
left: -53px;
padding: 2px 6px;
height: 30px;
}
}