diff --git a/Makefile b/Makefile index ed0212f2..39e6a5d8 100644 --- a/Makefile +++ b/Makefile @@ -132,8 +132,7 @@ LIBFUSE := libfuse/$(BUILDDIR)/libfuse.a LDFLAGS ?= LDLIBS := \ -lrt \ - -pthread \ - -lcrypto + -pthread override LDLIBS += \ $(LIBFUSE) ifeq ($(CXX),g++) diff --git a/index.html b/index.html index dacee14f..929f8e5c 100644 --- a/index.html +++ b/index.html @@ -768,6 +768,8 @@ .policy-select { width: 100%; + max-width: 100%; + min-width: 0; margin-bottom: 8px; padding: 8px 10px; font-size: 13px;