Minor CSS linting

This commit is contained in:
oobabooga 2024-06-19 17:40:33 -07:00
parent fd7c3c5bb0
commit b10d735176
2 changed files with 5 additions and 5 deletions

View file

@ -62,8 +62,8 @@
.gradio-container .chat .user-message {
padding: 20px;
padding-left: 0px;
padding-right: 0px;
padding-left: 0;
padding-right: 0;
background-color: transparent;
border-radius: 8px;
border-bottom-right-radius: 0;