Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: fix edit label panel misalignment

the input box is inside an actor-typeahead js component, so we need a
bit of TLC to make it line up.

Signed-off-by: oppiliappan <me@oppi.li>

+1 -1
+1 -1
appview/pages/templates/repo/fragments/editLabelPanel.html
··· 182 182 value="{{$value}}" 183 183 name="{{$fieldName}}" 184 184 type="text" 185 - class="p-1 w-full text-sm" 185 + class="p-1 w-full h-full text-sm" 186 186 /> 187 187 </actor-typeahead> 188 188 {{ else }}