zetavg commited on
Commit
82e3afe
1 Parent(s): 89dd922

update style

Browse files
Files changed (1) hide show
  1. llama_lora/ui/main_page.py +2 -0
llama_lora/ui/main_page.py CHANGED
@@ -227,6 +227,8 @@ def main_page_custom_css():
227
  #inference_raw_output > .wrap:first-child {
228
  /* allow users to select text while generation is still in progress */
229
  pointer-events: none;
 
 
230
  }
231
 
232
  /* position sticky */
 
227
  #inference_raw_output > .wrap:first-child {
228
  /* allow users to select text while generation is still in progress */
229
  pointer-events: none;
230
+
231
+ padding: 12px !important;
232
  }
233
 
234
  /* position sticky */