소스 검색

fix: button display

Konstantinos Kaloutas 2 년 전
부모
커밋
ccca56efd9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/frontend/ui.css

+ 1 - 1
src/main/frontend/ui.css

@@ -259,7 +259,7 @@ html.is-mobile {
 }
 
 .ui__button {
-  @apply flex items-center px-3 py-2 border border-transparent
+  @apply inline-flex items-center px-3 py-2 border border-transparent
   text-sm leading-4 font-medium rounded-md text-white
   focus:outline-none transition ease-in-out duration-150;