💄 added width between text & radiobtns
Co-authored-by: haraldnilsen <harald_998@hotmail.com> Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
		
							parent
							
								
									f52177198d
								
							
						
					
					
						commit
						02e06dea7d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -7,7 +7,7 @@ | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <div class="flex justify-start items-center h-1/4 w-full "> | <div class="flex justify-start items-center h-1/4 w-full "> | ||||||
|     <p class="text-primary font-bold">{label}:</p> |     <p class="text-primary font-bold w-1/5">{label}:</p> | ||||||
|     {#if inputType == "radio"} |     {#if inputType == "radio"} | ||||||
|         <RadioButtons options={options}/> |         <RadioButtons options={options}/> | ||||||
|     {/if} |     {/if} | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Sindre Kjelsrud
						Sindre Kjelsrud