소스 검색

Fix Button Responsiveness of File Block

torres126 6 년 전
부모
커밋
e300422b0d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ixion/blocks.css

+ 1 - 0
ixion/blocks.css

@@ -191,6 +191,7 @@ p.has-drop-cap:not(:focus)::first-letter {
 	background: #d7b221;
 	box-shadow: none;
 	color: white;
+	display: inline-block;
 	font-size: 16px;
 	font-weight: bold;
 	text-transform: uppercase;