mirror of
https://github.com/openfaas/faas.git
synced 2025-06-24 07:43:25 +00:00
Fix padding on Fn Store Gateway UI
The padding was off on the Gateway UI for the function Store popup. I have removed the 0padding css class from this element and left it on the elements that require it Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
This commit is contained in:
@ -29,7 +29,12 @@ if [ "$1" ] ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
NS=openfaas
|
||||
if [ "$2" ] ; then
|
||||
NS=$2
|
||||
else
|
||||
NS=openfaas
|
||||
fi
|
||||
|
||||
|
||||
echo "Building $NS/gateway:$eTAG with $dockerfile for $arch"
|
||||
|
||||
|
Reference in New Issue
Block a user