]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
7 years agoReduce z-indexes in button-group, input-group, list-group, and pagination to the...
rmacklin [Fri, 20 Oct 2017 07:01:29 +0000 (00:01 -0700)] 
Reduce z-indexes in button-group, input-group, list-group, and pagination to the minimum necessary (#24315)

These were using `z-index: 2` to "Place active items above their
siblings for proper border styling". However, using `z-index: 1` is
sufficient for accomplishing that goal.

In input-group, there were also three `z-index: 3` rules for the
hover/focus/active states. I reduced these to `z-index: 2` since they
just needed to be "one more than normal" (i.e. one more than what is now
`z-index: 1` after my changes).

These changes can be verified by viewing the documentation pages for
Button group, Input group, List group, and Pagination before and after
this commit and observing that the active elements are still "above"
their siblings, so their borders look correct.

7 years agoRemove background-image: none; on .form-control (#24454)
Mark Otto [Fri, 20 Oct 2017 06:56:43 +0000 (23:56 -0700)] 
Remove background-image: none; on .form-control (#24454)

As the diff shows, this was for a Firefox Android issue that's since been fixed.

Closes #23817.

7 years agomigration.md: fix Jekyll variable. (#24449)
XhmikosR [Fri, 20 Oct 2017 06:41:36 +0000 (09:41 +0300)] 
migration.md: fix Jekyll variable. (#24449)

Rationale: the page is not available locally, only on gh-pages, thus leading to a 404 locally.

7 years agofixes #24445
Mark Otto [Thu, 19 Oct 2017 20:04:39 +0000 (13:04 -0700)] 
fixes #24445

also pushed a hotfix to gh-pages branch

7 years agotypo v4.0.0-beta.2
Mark Otto [Thu, 19 Oct 2017 18:44:05 +0000 (11:44 -0700)] 
typo

7 years agoadd missing .
Mark Otto [Thu, 19 Oct 2017 18:26:45 +0000 (11:26 -0700)] 
add missing .

7 years agonew current_ruby-version var
Mark Otto [Thu, 19 Oct 2017 18:26:14 +0000 (11:26 -0700)] 
new current_ruby-version var

7 years agoupdate getting started docs too
Mark Otto [Thu, 19 Oct 2017 17:48:53 +0000 (10:48 -0700)] 
update getting started docs too

7 years agoversion number for homepage
Mark Otto [Thu, 19 Oct 2017 17:37:26 +0000 (10:37 -0700)] 
version number for homepage

7 years agonew hashes
Mark Otto [Thu, 19 Oct 2017 17:11:43 +0000 (10:11 -0700)] 
new hashes

7 years agofix version number
Mark Otto [Thu, 19 Oct 2017 16:40:37 +0000 (09:40 -0700)] 
fix version number

7 years agonew shas
Mark Otto [Thu, 19 Oct 2017 16:27:56 +0000 (09:27 -0700)] 
new shas

7 years agonew version number
Mark Otto [Thu, 19 Oct 2017 16:25:55 +0000 (09:25 -0700)] 
new version number

7 years agospelling changes to theming.md (#24444)
Gijs Boddeus [Thu, 19 Oct 2017 17:33:31 +0000 (19:33 +0200)] 
spelling changes to theming.md (#24444)

7 years agoremove form control label as it have been removed (#24442)
Laussel Loïc [Thu, 19 Oct 2017 17:31:49 +0000 (19:31 +0200)] 
remove form control label as it have been removed (#24442)

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Thu, 19 Oct 2017 16:13:23 +0000 (09:13 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agodist
Mark Otto [Thu, 19 Oct 2017 16:13:17 +0000 (09:13 -0700)] 
dist

7 years agofix missing word in colors.md (#24440)
Gijs Boddeus [Thu, 19 Oct 2017 16:11:23 +0000 (18:11 +0200)] 
fix missing word in colors.md (#24440)

7 years agoGradients and shadows (#24429)
Mark Otto [Thu, 19 Oct 2017 16:03:33 +0000 (09:03 -0700)] 
Gradients and shadows (#24429)

* Update the form focus mixin to use a manual `$enable-shadows` check so we can always ensure a focus state for accessibility and consistency

* - Add new `$input-btn-focus-width` and `$input-btn-focus-color` variables.

- Replace separate `$btn-focus-box-shadow` and `$input-focus-box-shadow`
variables with unified `$input-btn-focus-box-shadow` to match our
combined variables approach elsewhere.

* Put new focus width var to use in buttons mixins

* use new button input-box shadow var

* Add a new mixin for quickly adding linear gradient to components when $enable-gradients is set to true

* use correct var

* fix focus shadows in button mixins

* Add opt-in gradients to alerts, buttons, carousel, custom radios and checkboxes, custom file input, and dropdown items

* Generate .bg-gradient- utilities

* add headings to colors page and document bg-gradient utils

* update the button color for active status, check with yiq as it's done for basic state and hover state

7 years agoMake 1.9.1 the minimum jQuery version again. (#24434)
XhmikosR [Thu, 19 Oct 2017 16:02:27 +0000 (19:02 +0300)] 
Make 1.9.1 the minimum jQuery version again. (#24434)

7 years agoBetter docs for table-responsive classes (#24438)
Mark Otto [Thu, 19 Oct 2017 15:55:53 +0000 (08:55 -0700)] 
Better docs for table-responsive classes (#24438)

7 years agoFix a few 404 and one redirected link. (#24432)
XhmikosR [Thu, 19 Oct 2017 15:18:57 +0000 (18:18 +0300)] 
Fix a few 404 and one redirected link. (#24432)

7 years agoReindent _variables.scss. (#24428)
XhmikosR [Thu, 19 Oct 2017 15:16:38 +0000 (18:16 +0300)] 
Reindent _variables.scss. (#24428)

7 years agofix typo in flex.md (#24431)
Gijs Boddeus [Thu, 19 Oct 2017 08:01:48 +0000 (10:01 +0200)] 
fix typo in flex.md (#24431)

7 years agodist
Mark Otto [Thu, 19 Oct 2017 07:17:08 +0000 (00:17 -0700)] 
dist

7 years agodist
Mark Otto [Thu, 19 Oct 2017 07:15:39 +0000 (00:15 -0700)] 
dist

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Thu, 19 Oct 2017 07:14:27 +0000 (00:14 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agofix functions, lighter colors on active
Mark Otto [Thu, 19 Oct 2017 07:13:38 +0000 (00:13 -0700)] 
fix functions, lighter colors on active

7 years agoMerge branch 'btn-active' of https://github.com/andresgalante/bootstrap into andresga...
Mark Otto [Thu, 19 Oct 2017 07:11:36 +0000 (00:11 -0700)] 
Merge branch 'btn-active' of https://github.com/andresgalante/bootstrap into andresgalante-btn-active

7 years agoUpdate docs for IE10+IE11 support of auto margins (#24427)
Mark Otto [Thu, 19 Oct 2017 06:16:18 +0000 (23:16 -0700)] 
Update docs for IE10+IE11 support of auto margins (#24427)

IE10 and IE11 do not properly support the use of margin-auto on flex parents with a justify-content value other than flex-start. This PR removes the examples showcasing those two classes at play together in favor of simpler ones with _just_ the margin-auto utilities.

More details can be found at https://stackoverflow.com/a/37535548, which has been linked to from the docs as well.

Closes #24319 and closes #24413.

7 years agoMove theme variables outside of the theme map. (#23918)
Andres Galante [Thu, 19 Oct 2017 06:05:00 +0000 (03:05 -0300)] 
Move theme variables outside of the theme map. (#23918)

7 years agoEnable sourcemaps for bundles and include sourcemap for plugins in npm package. ...
Vohmyanin Sergey Vasilevich [Thu, 19 Oct 2017 06:01:26 +0000 (09:01 +0300)] 
Enable sourcemaps for bundles and include sourcemap for plugins in npm package. (#24303)

7 years agodist
Mark Otto [Thu, 19 Oct 2017 03:38:08 +0000 (20:38 -0700)] 
dist

7 years agoRename navbar height variables to reflect their value (#24161)
Dylan Seago [Thu, 19 Oct 2017 02:51:45 +0000 (22:51 -0400)] 
Rename navbar height variables to reflect their value (#24161)

7 years agoUpdate alerts.md (#24420)
Kevin Ruscoe [Thu, 19 Oct 2017 02:49:32 +0000 (03:49 +0100)] 
Update alerts.md (#24420)

This document contains the word JavaScript everywhere apart from in one place where it's abbreviated to JS. This just makes sure it's written as JavaScript consistently across the page.

7 years agoIncrease headings-line-height from 1.1 to 1.2 (#24423)
Mark Otto [Thu, 19 Oct 2017 02:48:35 +0000 (19:48 -0700)] 
Increase headings-line-height from 1.1 to 1.2 (#24423)

This way, descenders are not cropped when truncating. Fixes #23956.

7 years agoFix typo in popovers.md (#24425)
Gijs Boddeus [Thu, 19 Oct 2017 02:45:37 +0000 (04:45 +0200)] 
Fix typo in popovers.md (#24425)

double use of see

7 years agoSet font-sizes relative to font-size-base (#24060)
tillmon [Thu, 19 Oct 2017 02:44:14 +0000 (04:44 +0200)] 
Set font-sizes relative to font-size-base (#24060)

* font-sizes relative to font-size-base

* ditch $heading-font-size-base, simplify

* apply same to .lead var

* also update progress bar font-size var

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Wed, 18 Oct 2017 21:22:32 +0000 (14:22 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agofew popover docs changes to clarify things mentioned in #24005
Mark Otto [Wed, 18 Oct 2017 21:22:26 +0000 (14:22 -0700)] 
few popover docs changes to clarify things mentioned in #24005

7 years agobadges: Make using the contextual classes on links clearer. (#24422)
Kevin Ruscoe [Wed, 18 Oct 2017 20:56:43 +0000 (21:56 +0100)] 
badges: Make using the contextual classes on links clearer. (#24422)

7 years ago#24373 : Documentation/Navbar : Refer to utility classes used. Hidden when printing...
Andrew Murphy [Wed, 18 Oct 2017 17:26:33 +0000 (18:26 +0100)] 
#24373 : Documentation/Navbar : Refer to utility classes used. Hidden when printing.  (#24380)

* Refer to utility classes uses. Add Printing section

refer to (not navbar) classes used for newbies
navbars don't print, so add example of a print-only alternative

* typos, add links

typo in {% example %}
add links to component pages

* grammar

* Add a dropdown with divider to the main example

* change id name to stop travis error

I assume id="camelCase" is the standard for id names, rather than the clearly superior id="underscore_words"

* review changes

still like to emphasise the foreign utility classes in the main example
bg-light's name is self explanatory (so its obvious where to look it up), but mr-sm-2's name isn't at first

* review changes

* grammar

* .fixed-top/bottom don't reserve space on the screen

... as they are position:fixed.
better wording welcome

* copyediting

- rewrite utils line and link to the utils pages
- restore the paragraphs to the placement section
- fix formatting and grammar

7 years agoImproves forms migration guide, docs, and scss (#24348)
Andres Galante [Wed, 18 Oct 2017 17:11:35 +0000 (14:11 -0300)] 
Improves forms migration guide, docs, and scss (#24348)

* fixes migration forms guides

* removes container from Horizontal form

* adds col-form-label sizes on form docs

* removes .form-control-label from forms.scss

* add note to migration

7 years agoRemove uncessary `col-form-label` from form row docs (#24335)
Andres Galante [Wed, 18 Oct 2017 16:59:30 +0000 (13:59 -0300)] 
Remove uncessary `col-form-label` from form row docs (#24335)

7 years agodist
Mark Otto [Wed, 18 Oct 2017 16:29:05 +0000 (09:29 -0700)] 
dist

7 years agomention forked from normalize
Mark Otto [Wed, 18 Oct 2017 16:28:41 +0000 (09:28 -0700)] 
mention forked from normalize

7 years agoRevert #23108 to restore list group borders (#24411)
Mark Otto [Wed, 18 Oct 2017 05:05:01 +0000 (22:05 -0700)] 
Revert #23108 to restore list group borders (#24411)

* revert #23108, which had no bug but was a problem with the example code

* add example to the docs for future proofing

* move it up

7 years agoAdd copyright and license headers to grid and reboot files
Mark Otto [Wed, 18 Oct 2017 04:39:59 +0000 (21:39 -0700)] 
Add copyright and license headers to grid and reboot files

Fixes #24311

7 years agoRemove class and scrollspy attributes from layouts
Mark Otto [Wed, 18 Oct 2017 01:38:38 +0000 (18:38 -0700)] 
Remove class and scrollspy attributes from layouts

7 years agochanges popovers from px to rem
Andres Galante [Thu, 31 Aug 2017 15:38:24 +0000 (10:38 -0500)] 
changes popovers from px to rem

7 years agomention color contrast function change
Mark Otto [Wed, 18 Oct 2017 01:37:11 +0000 (18:37 -0700)] 
mention color contrast function change

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Wed, 18 Oct 2017 01:29:55 +0000 (18:29 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agodocument color-yiq function
Mark Otto [Wed, 18 Oct 2017 01:29:47 +0000 (18:29 -0700)] 
document color-yiq function

7 years agoMerge branch 'yiq-function-update' of https://github.com/gijsbotje/bootstrap into...
Mark Otto [Wed, 18 Oct 2017 00:29:15 +0000 (17:29 -0700)] 
Merge branch 'yiq-function-update' of https://github.com/gijsbotje/bootstrap into v4-dev

7 years agoRestore CNAME (#24379)
XhmikosR [Tue, 17 Oct 2017 23:28:35 +0000 (02:28 +0300)] 
Restore CNAME (#24379)

7 years agoremove unused docs color variables (#24406)
m5o [Tue, 17 Oct 2017 22:45:52 +0000 (00:45 +0200)] 
remove unused docs color variables (#24406)

7 years agoUpdate package-lock.json. (#24386)
XhmikosR [Tue, 17 Oct 2017 13:27:07 +0000 (16:27 +0300)] 
Update package-lock.json. (#24386)

Also, lock babel deps to 7.0.0-beta.2 so that we are on the safe side.

7 years agoFix typo in scrollspy.md (#24398)
XhmikosR [Tue, 17 Oct 2017 12:27:37 +0000 (15:27 +0300)] 
Fix typo in scrollspy.md (#24398)

7 years agoCorrect $zindex-sticky value (#24402)
Anuj Tomar [Tue, 17 Oct 2017 05:51:34 +0000 (22:51 -0700)] 
Correct $zindex-sticky value (#24402)

7 years agoAdd dispose methods in our documentation (#24396)
Johann-S [Mon, 16 Oct 2017 14:51:42 +0000 (16:51 +0200)] 
Add dispose methods in our documentation (#24396)

* Add dispose methods in our documentation

* Update buttons.md

7 years agoMention bootstrap bundle in docs. (#24385) 24390/head
XhmikosR [Mon, 16 Oct 2017 05:01:58 +0000 (08:01 +0300)] 
Mention bootstrap bundle in docs. (#24385)

7 years agoRemove empty class from search menu button.
XhmikosR [Thu, 5 Oct 2017 12:18:18 +0000 (15:18 +0300)] 
Remove empty class from search menu button.

7 years agoUse direct links to documentation, getting started and about pages.
XhmikosR [Thu, 5 Oct 2017 11:56:34 +0000 (14:56 +0300)] 
Use direct links to documentation, getting started and about pages.

The old ones are still being redirected.

7 years agoUpdate build-tools.md (#24378)
XhmikosR [Mon, 16 Oct 2017 02:17:53 +0000 (05:17 +0300)] 
Update build-tools.md (#24378)

7 years agodist
Mark Otto [Sun, 15 Oct 2017 22:51:44 +0000 (15:51 -0700)] 
dist

7 years agoMerge branch 'v4-dev' into yiq-function-update 23943/head
Gijs Boddeus [Sun, 15 Oct 2017 09:55:02 +0000 (11:55 +0200)] 
Merge branch 'v4-dev' into yiq-function-update

7 years agoUpdate README.md (#24365)
XhmikosR [Sun, 15 Oct 2017 00:54:47 +0000 (03:54 +0300)] 
Update README.md (#24365)

1. Add `alt=""` for the Bootstrap logo
2. Replace the HTML entities with the unicode symbols
3. Refactor the badges to something that makes more sense to me
4. Change `Selenium Test Status` alt attribute to `Sauce Labs Test Status`
5. Use shields.io for the peerDependencies badge too
6. Add CSS and JS gzip size badges, shoutout to @ngryman
7. Add a few more trailing slashes to URLs
8. Change link to tooling setup to the website one

7 years agoEscape SassScript in custom variable values (#24354)
Gleb Mazovetskiy [Sat, 14 Oct 2017 07:29:43 +0000 (08:29 +0100)] 
Escape SassScript in custom variable values (#24354)

This is required for Sass v3.5+ compatibility.
See https://github.com/sass/sass/blob/stable/doc-src/SASS_CHANGELOG.md#backwards-incompatibilities----must-read and https://github.com/sass/sass/issues/2383

7 years agoDescribe compiled CSS (#24271)
Lucas Banegas [Fri, 13 Oct 2017 11:34:43 +0000 (08:34 -0300)] 
Describe compiled CSS (#24271)

7 years agoFix import.svg after 10bb79a. (#24359)
XhmikosR [Fri, 13 Oct 2017 10:53:01 +0000 (13:53 +0300)] 
Fix import.svg after 10bb79a. (#24359)

It was mistakenly the same as lightning.svg.

7 years agoUpdate colors in _data and theming.md to match _variables.scss (#24355)
Jesse Mandel [Fri, 13 Oct 2017 10:34:27 +0000 (03:34 -0700)] 
Update colors in _data and theming.md to match _variables.scss (#24355)

7 years agoUpdated Safari Bug (#24350)
Michael Letcher [Thu, 12 Oct 2017 18:22:18 +0000 (19:22 +0100)] 
Updated Safari Bug (#24350)

7 years agoHound CI: Specify `ignore_file` for stylelint.
XhmikosR [Wed, 11 Oct 2017 12:54:41 +0000 (15:54 +0300)] 
Hound CI: Specify `ignore_file` for stylelint.

7 years agoAdd border radius to an image when it's the only card of a card group (#24321)
Andres Galante [Tue, 10 Oct 2017 22:18:56 +0000 (19:18 -0300)] 
Add border radius to an image when it's the only card of a card group (#24321)

7 years agoRefactor a few selectors so that the least specific ones are first. (#24310)
XhmikosR [Tue, 10 Oct 2017 13:46:43 +0000 (16:46 +0300)] 
Refactor a few selectors so that the least specific ones are first. (#24310)

7 years agoModal plugin set _isTransitioning after the trigger of hide event
Johann-S [Tue, 10 Oct 2017 11:19:39 +0000 (13:19 +0200)] 
Modal plugin set _isTransitioning after the trigger of hide event

7 years agoAdd information about failed tests
Johann-S [Tue, 10 Oct 2017 09:50:55 +0000 (11:50 +0200)] 
Add information about failed tests

7 years agoUse `$white` variable for `.navbar-dark`'s color. (#24309)
XhmikosR [Tue, 10 Oct 2017 05:58:35 +0000 (08:58 +0300)] 
Use `$white` variable for `.navbar-dark`'s color. (#24309)

Using `rgba($white,1)` results in `white` instead of the hex.

7 years agoEnsure active button styles are not applied to disabled buttons
Prateek Goel [Mon, 9 Oct 2017 22:32:48 +0000 (23:32 +0100)] 
Ensure active button styles are not applied to disabled buttons

7 years agoCentered SVG icon within its own container (#24292)
Gisete Kindahl [Mon, 9 Oct 2017 13:37:46 +0000 (06:37 -0700)] 
Centered SVG icon within its own container (#24292)

7 years agopackage.json: Change repo URL to `git+https`. (#24305)
XhmikosR [Mon, 9 Oct 2017 11:34:32 +0000 (14:34 +0300)] 
package.json: Change repo URL to `git+https`. (#24305)

7 years agoRemove unused code from postcss.config.js.
XhmikosR [Mon, 9 Oct 2017 07:48:35 +0000 (10:48 +0300)] 
Remove unused code from postcss.config.js.

We actually want to generate a sourcemap for docs.min.css.

7 years agoLint examples' CSS too.
XhmikosR [Sat, 7 Oct 2017 16:16:49 +0000 (19:16 +0300)] 
Lint examples' CSS too.

7 years agoRun autoprefixer for examples' CSS too.
XhmikosR [Sat, 7 Oct 2017 15:49:35 +0000 (18:49 +0300)] 
Run autoprefixer for examples' CSS too.

7 years agoexamples/dashboard/dashboard.css: merge duplicate selector.
XhmikosR [Sat, 7 Oct 2017 15:48:57 +0000 (18:48 +0300)] 
examples/dashboard/dashboard.css: merge duplicate selector.

7 years agoUpdate devDependencies. (#24298)
XhmikosR [Mon, 9 Oct 2017 07:44:10 +0000 (10:44 +0300)] 
Update devDependencies. (#24298)

7 years agoUpdate jekyll-toc to v0.4.0.rc2.
XhmikosR [Sun, 8 Oct 2017 15:57:27 +0000 (18:57 +0300)] 
Update jekyll-toc to v0.4.0.rc2.

7 years agoAdd back htmlhint.
XhmikosR [Wed, 4 Oct 2017 10:13:42 +0000 (13:13 +0300)] 
Add back htmlhint.

7 years agoMove vnu-jar to devDependencies and remove completely htmlhint.
XhmikosR [Wed, 27 Sep 2017 15:18:23 +0000 (18:18 +0300)] 
Move vnu-jar to devDependencies and remove completely htmlhint.

7 years agoMove from htmllint to Travis-only vnu.jar.
Bardi Harborow [Wed, 27 Sep 2017 14:41:58 +0000 (14:41 +0000)] 
Move from htmllint to Travis-only vnu.jar.

7 years agoUpdate saucelabs-unit-test.js (#24297)
XhmikosR [Sun, 8 Oct 2017 14:48:37 +0000 (17:48 +0300)] 
Update saucelabs-unit-test.js (#24297)

Add license header and minor formatting tweaks.

7 years agoMake `Dropped the Affix jQuery plugin` bold. (#24294)
XhmikosR [Sun, 8 Oct 2017 11:20:41 +0000 (14:20 +0300)] 
Make `Dropped the Affix jQuery plugin` bold. (#24294)

7 years agoUpdate js/tests/README.md (#24281)
Vasilii Artemchuk [Fri, 6 Oct 2017 22:04:21 +0000 (01:04 +0300)] 
Update js/tests/README.md (#24281)

7 years agoEnable stylelint's no-duplicate-selectors rule.
XhmikosR [Wed, 4 Oct 2017 11:11:00 +0000 (14:11 +0300)] 
Enable stylelint's no-duplicate-selectors rule.

7 years agoReindent _variables.scss.
XhmikosR [Wed, 4 Oct 2017 11:02:35 +0000 (14:02 +0300)] 
Reindent _variables.scss.

Now it's more consistent.

Also switch to numeric values for font-weight.

7 years agoEnable stylelint for _reboot.scss.
XhmikosR [Wed, 4 Oct 2017 11:02:02 +0000 (14:02 +0300)] 
Enable stylelint for _reboot.scss.

7 years agoHound CI: Enable stylelint. (#24234)
XhmikosR [Fri, 6 Oct 2017 20:59:38 +0000 (23:59 +0300)] 
Hound CI: Enable stylelint. (#24234)

7 years agoBump gems to their latest versions. (#24264)
XhmikosR [Thu, 5 Oct 2017 12:25:03 +0000 (15:25 +0300)] 
Bump gems to their latest versions. (#24264)

7 years agoformatting
Mark Otto [Thu, 5 Oct 2017 03:18:06 +0000 (20:18 -0700)] 
formatting

7 years agoAdd comment where we explicitly use `flex: 1 0 0%;`.
XhmikosR [Wed, 4 Oct 2017 07:04:34 +0000 (10:04 +0300)] 
Add comment where we explicitly use `flex: 1 0 0%;`.