4646 border-left : 1px solid # c8ced3 ;
4747}
4848
49- input [type = text ]# query {
49+ input [type = " text" ]# query {
5050 font-family : monospace;
5151}
5252
53- input [type = text ]# query-sql {
53+ input [type = " text" ]# query-sql {
5454 font-family : monospace;
5555}
5656
57- input [type = text ]# carve {
57+ input [type = " text" ]# carve {
5858 font-family : monospace;
5959}
6060
@@ -68,7 +68,7 @@ input[type=text]#carve {
6868}
6969
7070body {
71- font-family : ' Bai Jamjuree' , sans-serif;
71+ font-family : " Bai Jamjuree" , sans-serif;
7272 background-image : url ("/background-image" );
7373 background-attachment : fixed;
7474}
@@ -77,14 +77,14 @@ body {
7777 padding : 0.5rem ;
7878 margin-top : 0.5rem ;
7979 margin-bottom : 0.5rem ;
80- background-color : # F0F0F0 ;
80+ background-color : # f0f0f0 ;
8181 -ms-overflow-style : -ms-autohiding-scrollbar;
8282}
8383
8484.warning-back {
8585 padding : 0.5rem ;
8686 margin-bottom : 0.5rem ;
87- background-color : # F0F0F0 ;
87+ background-color : # f0f0f0 ;
8888 -ms-overflow-style : -ms-autohiding-scrollbar;
8989}
9090
@@ -102,11 +102,11 @@ body {
102102 right : 1rem ;
103103 z-index : 10 ;
104104 display : block;
105- padding : .25rem .5rem ;
105+ padding : 0 .25rem 0 .5rem ;
106106 cursor : pointer;
107107 background-color : transparent;
108108 border : 0 ;
109- border-radius : .25rem ;
109+ border-radius : 0 .25rem ;
110110}
111111
112112.btn-clipboard : hover {
@@ -162,6 +162,19 @@ button {
162162.query-link {
163163 font-family : monospace;
164164 font-size : 1.3em ;
165+ max-width : 400px ;
166+ white-space : normal;
167+ word-break : break-word;
168+ }
169+
170+ .query-log {
171+ font-family : monospace;
172+ font-size : 1.3em ;
173+ max-width : 400px ;
174+ white-space : normal;
175+ word-break : break-word;
176+ text-align : center;
177+ vertical-align : middle;
165178}
166179
167180.badge-prefix {
0 commit comments