marinofaggiana 3 년 전
부모
커밋
666eae1da6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Security/NCViewCertificateDetails.swift

+ 1 - 1
iOSClient/Security/NCViewCertificateDetails.swift

@@ -77,7 +77,7 @@ class NCViewCertificateDetails: UIViewController  {
                 
                 scrollView.addSubview(textView)
                 scrollView.contentSize = contentRect.size
-                scrollView.contentInset = UIEdgeInsets(top: 0, left: 0, bottom: 40, right: -40)
+                scrollView.contentInset = UIEdgeInsets(top: 0, left: 0, bottom: 50, right: 0)
                 
             } catch {
                 print("error")