mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
Merge branch 'main' into surveyBg
This commit is contained in:
@@ -11,7 +11,7 @@ export default function Headline({ headline, questionId, style, required = true
|
||||
htmlFor={questionId}
|
||||
className="text-heading mb-1.5 block text-base font-semibold leading-6"
|
||||
style={style}>
|
||||
<div className={"mr-[3ch] flex items-center justify-between"} style={style}>
|
||||
<div className={"flex items-center justify-center"} style={style}>
|
||||
{headline}
|
||||
{!required && (
|
||||
<span className="text-info-text self-start text-sm font-normal leading-7" tabIndex={-1}>
|
||||
|
||||
Reference in New Issue
Block a user