U
U
underwater2016-12-15 18:14:09
Layout
underwater, 2016-12-15 18:14:09

What kind of width is that?

I came across this post
min-width: auto;
and can't figure out what it means. Is the minimum width automatic? Isn't it the same as without this entry? I couldn't find an answer on google either.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2016-12-15
@dyfran

Perhaps somewhere above this value was set - later they wanted to cancel it, so they set the value to auto:

.block {
    min-width: 300px
}

...

.block {
    min-width: auto;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question