LoginSignup
2
1

More than 1 year has passed since last update.

Google Material Iconの下の余白をなくす

Last updated at Posted at 2021-08-01

症状

こんな感じで余白ができる
image.png

解決策

.material-icons {
  vertical-align: middle;
}

解決
image.png

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1