refactor: некоторые изменения кода

This commit is contained in:
2026-04-11 19:57:26 +03:00
parent a1bc8dd9fa
commit 1d2a55706f
6 changed files with 56 additions and 45 deletions

View File

@@ -187,7 +187,7 @@ render_forms <- function(
# description part
if (form_type == "description") {
if(is.na(form_label)) {
if (is.na(form_label)) {
form <- shiny::hr(style = "margin-bottom: -3px;")
} else {
form <- shiny::div(shiny::HTML(form_label), style = "color: Gray; font-size: 90%;")