Make padding only on the prototype tag panel
This commit is contained in:
parent
c68636bd32
commit
0c67a42b0f
3 changed files with 6 additions and 0 deletions
|
@ -75,8 +75,12 @@ limitations under the License.
|
|||
.mx_TagPanel .mx_TagTile {
|
||||
// opacity: 0.5;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mx_TagPanel .mx_TagTile.mx_TagTile_prototype {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.mx_TagPanel .mx_TagTile:focus,
|
||||
.mx_TagPanel .mx_TagTile:hover,
|
||||
.mx_TagPanel .mx_TagTile.mx_TagTile_selected {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue