aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/follow.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-01-12 22:23:05 +0100
committerMario Vavti <mario@mariovavti.com>2018-01-12 22:23:05 +0100
commit50ec3b300be81cfd652e2f0ed63ab180cc25a141 (patch)
tree2de59b87c827f8bcb1735c6692b8225dd2f25973 /view/tpl/follow.tpl
parent2c5b6cf8dca239ab4ae85825e4593f8dba56cf74 (diff)
downloadvolse-hubzilla-50ec3b300be81cfd652e2f0ed63ab180cc25a141.tar.gz
volse-hubzilla-50ec3b300be81cfd652e2f0ed63ab180cc25a141.tar.bz2
volse-hubzilla-50ec3b300be81cfd652e2f0ed63ab180cc25a141.zip
fix some breaking changes with bootstrap 4 beta3
Diffstat (limited to 'view/tpl/follow.tpl')
-rwxr-xr-xview/tpl/follow.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl
index 4def1415d..2fb753784 100755
--- a/view/tpl/follow.tpl
+++ b/view/tpl/follow.tpl
@@ -3,7 +3,7 @@
<form action="follow" method="post" />
<div class="input-group">
<input class="form-control form-control-sm" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" />
- <div class="input-group-btn">
+ <div class="input-group-append">
<button class="btn btn-success" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button>
</div>
</div>