Skip to content

Commit ead4bfc

Browse files
committed
Fixed table image width
1 parent fc2fd3c commit ead4bfc

File tree

1 file changed

+2
-2
lines changed
  • src/main/resources/gwt/material/design/demo/client/resources/css

1 file changed

+2
-2
lines changed

src/main/resources/gwt/material/design/demo/client/resources/css/demo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,6 @@ main .panel, main {
224224
margin: 15px 6px 6px;
225225
}
226226

227-
nav .button-collapse i {
228-
font-size: 1.5rem !important;
227+
table tbody tr td img {
228+
max-width: initial !important;
229229
}

0 commit comments

Comments
 (0)