Skip to content

Commit

Permalink
feat(ui5-tabcontainer): Responsive paddings are now supported
Browse files Browse the repository at this point in the history
Fixes: SAP#2539
  • Loading branch information
TeodorTaushanov committed Feb 5, 2021
1 parent 038d632 commit a347626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base/src/Device.js
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ const _initRangeSet = (name, borders, names) => {
*
* @param {string} name The name of the range set. The range set must be initialized beforehand ({@link Device.media.initRangeSet})
* @param {int} [width] An optional width, based on which the range should be determined;
* If <code>iwWidth</code> is not a number, the window size will be used.
* If <code>width</code> is not a number, the window size will be used.
* @returns {string} The name of the current active interval of the range set.
*
* @name Device.media.getCurrentRange
Expand Down

0 comments on commit a347626

Please sign in to comment.