question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Property :size is not working correctly

See original GitHub issue

Property :size is not working because of width and height of .material-desig-cion > material-design-icon__svg.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
Tardigrada777commented, Apr 20, 2020

@kaczor6418

Thanks for your PR. I created a separate file with the styles that you suggested in your PR. Then I import the styles, not from node_modules, but mine. And it works fine. It strange that owner (@robcresswell) ignores your PR.

2reactions
robcresswellcommented, Jan 8, 2020

so size of this ican should be 100 x 100, but it is not. Size of icon is still 24 x 24 which is default size of this icon. So in my opinion it is a bug

It’s staying as 24 because the CSS is overruling it. If you remove the CSS like I suggested, it would work fine. As I said, its only an optional suggestion for people that don’t like styling with JS (like myself)

you do not have to use this css it is just my proposition. And i can say that you can do it even easier, you can remove whole .material-design-icon > .material-design-icon__svg class and center all icns in .material-design-icon class

Cool! I’ll take a look and see if it works

Read more comments on GitHub >

github_iconTop Results From Across the Web

Size Property is not working properly - Stack Overflow
Visual Studio Enterprise 2015 Size Property is not working properly. First: The size property doesn't match with the size on the code.
Read more >
sql server - Property Size is not available for database
I have resolved this by restarting the SQL Server service, unfortunately/fortunately. My initial idea was to detach/attach the database. Not ...
Read more >
SQL SERVER - Property Size is Not Available for Database
Let us learn about how to fix the error Property Size is Not Available for Database. One of my clients reported that they...
Read more >
Property Size is not available for Database [tempdb] - MSDN
For all intent and purposes, the SQL Server is running fine. I just can't view the properties of [tempdb]. sp_helpdb results:.
Read more >
Sizing items in CSS - Learn web development | MDN
This lesson has given you a rundown of some key issues that you might run into when sizing things on the web. When...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found